Html Css Color HEX #F0E3DC Fair Pink

📋 copy color: '#F0E3DC'

red 240 ◦ green 227 ◦ blue 220

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

Shades of Fair Pink #F0E3DC

Tints of Fair Pink #F0E3DC

RGB

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

 GREEN value IS 227 (89.06% from 255) = 33.04%

 BLUE value IS 220 (86.33% from 255) = 32.02%

R = 34.93%
G = 33.04%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F0E3DC (or 0xF0E3DC) is known color: Fair Pink. HEX triplet: F0, E3 and DC. RGB value is (240,227,220). Sum of RGB (Red+Green+Blue) = 240+227+220=687 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.93% from 687); Green value is 227 (89.06% from 255 or 33.04% from 687); Blue value is 220 (86.33% from 255 or 32.02% from 687); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E3DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E3DC is #0F1C23. Grayscale: #E6E6E6. Windows color (decimal): -990244 or 14476272. OLE color: 14476272.

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

Color convert

RGB 240 227 220 -
CMYK 0 0.05 0.08 0.06
HSL 21º 0.4% 0.9% -
HSV(B) 21º 0.08% 0.94% -
XYZ 76.32 78.63 78.86 -
YUV 230.09 122.31 135.07 -
System Red Green Blue C M Y K H S L
Decimal 240 227 220 0 0.05 0.08 0.06 21 0.4 0.9
Hex F0 E3 DC 0 5 8 6 15 28 5A
Octal 360 343 334 0 5 10 6 25 50 132
Binary 11110000 11100011 11011100 0 101 1000 110 10101 101000 1011010

Color Harmonies of #F0E3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E3DC

Black with #F0E3DC

Text Example


Text Example

White with #F0E3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E3DC; }

 p { color: rgb(240,227,220); }

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

background-color css

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

 a { background-color: rgb(240,227,220); }

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

border-color css

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

 span { border-color: rgb(240,227,220); }

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