Html Css Color HEX #F0E5DF Fair Pink

📋 copy color: '#F0E5DF'

red 240 ◦ green 229 ◦ blue 223

#F0E5DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fair Pink #F0E5DF

Tints of Fair Pink #F0E5DF

RGB

 RED value IS 240 (94.14% from 255) = 34.68%

 GREEN value IS 229 (89.84% from 255) = 33.09%

 BLUE value IS 223 (87.5% from 255) = 32.23%

R = 34.68%
G = 33.09%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.07

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F0E5DF (or 0xF0E5DF) is known color: Fair Pink. HEX triplet: F0, E5 and DF. RGB value is (240,229,223). Sum of RGB (Red+Green+Blue) = 240+229+223=692 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.68% from 692); Green value is 229 (89.84% from 255 or 33.09% from 692); Blue value is 223 (87.5% from 255 or 32.23% from 692); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E5DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E5DF is #0F1A20. Grayscale: #E7E7E7. Windows color (decimal): -989729 or 14673392. OLE color: 14673392.

HSL color Cylindrical-coordinate representation of color #F0E5DF: hue angle of 21.18º degrees, saturation: 0.36, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F0E5DF is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 229 223 -
CMYK 0 0.05 0.07 0.06
HSL 21.18º 0.36% 0.91% -
HSV(B) 21.18º 0.07% 0.94% -
XYZ 77.27 79.89 81.16 -
YUV 231.61 123.14 133.99 -
System Red Green Blue C M Y K H S L
Decimal 240 229 223 0 0.05 0.07 0.06 21.18 0.36 0.91
Hex F0 E5 DF 0 5 7 6 15 24 5B
Octal 360 345 337 0 5 7 6 25 44 133
Binary 11110000 11100101 11011111 0 101 111 110 10101 100100 1011011

Color Harmonies of #F0E5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E5DF

Black with #F0E5DF

Text Example


Text Example

White with #F0E5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E5DF; }

 p { color: rgb(240,229,223); }

 H1.HeaderClassName
 {
   color: #F0E5DF;
 }
 .AnyTagClassName
 {
   color: #F0E5DF;
 }
</style>

background-color css

<style>
 a { background-color: #F0E5DF; }

 a { background-color: rgb(240,229,223); }

 div.DivClassName
 {
   background-color: #F0E5DF;
 }
 .BgClassName
 {
   background-color: #F0E5DF;
 }
</style>

border-color css

<style>
 span { border-color: #F0E5DF; }

 span { border-color: rgb(240,229,223); }

 td.TdClassName
 {
   border-color: #F0E5DF;
 }
 .TagClassName
 {
   border-color: #F0E5DF;
 }
</style>