Color Hex Logo

#fff0fd Color Hex

#FFF0FD
(255,240,253)
1 Favorites   0 Comments

Color spaces of #fff0fd

RGB 255240253
HSL0.861.000.97
HSV308°100°
CMYK 0.000.060.01   0.00
XYZ90.129790.6720105.6796
Yxy90.67200.31460.3165
Hunter Lab95.22182.31620.8538
CIE-Lab96.27487.2811-4.4418

#fff0fd color RGB value is (255,240,253).

#fff0fd hex color red value is 255, green value is 240 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #fff0fd hue: 0.86 , saturation: 1.00 and the lightness value of fff0fd is 0.97.

The process color (four color CMYK) of #fff0fd color hex is 0.00, 0.06, 0.01, 0.00. Web safe color of #fff0fd is #ffffff. Color #fff0fd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11110000 11111101
Octal 377 360 375
Decimal 255 240 253
Hex FF F0 FD

RGB Percentages of Color #fff0fd

%34.09
%32.09
%33.82

CMYK Percentages of Color #fff0fd

%0
%6
%1
%0

Triadic Colors of #fff0fd

#fff0fd #fdfff0 #f0fdff

Analogous Colors of #fff0fd

#fff0fd #fff0f6 #faf0ff

Monochromatic Colors of #fff0fd

#fff0fd

Complementary Color

#fff0fd #f0fff2

#fff0fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fff0fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fff0fd Color CSS Codes

.mybgcolor {background-color:#fff0fd; } 
.myforecolor {color:#fff0fd; }
.mybordercolor {border:3px solid #fff0fd; }

#fff0fd Text Font Color

<p style="color:#fff0fd">Text here</p>

This sample text font color is #fff0fd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fff0fd Background Color

<div style="background-color:#fff0fd">
Div content here</div>

This div background color is #fff0fd


#fff0fd Border Color

<div style="border:3px solid #fff0fd">
Div here</div>

This div border color is #fff0fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,240,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fff0fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fff0fd;
  -webkit-box-shadow: 1px 1px 3px 2px #fff0fd;
  box-shadow:         1px 1px 3px 2px #fff0fd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,240,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fff0fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fff0fd;
  -webkit-box-shadow: 1px 1px 3px 2px #fff0fd;
  box-shadow:         1px 1px 3px 2px #fff0fd;">
Div content here</div>

This div box has shadow with color #fff0fd

Related Colors


Comments

No comments written yet.

Please login to write comment.