Html Css Color HEX #FAF8DC Chilean Heath

📋 copy color: '#FAF8DC'

red 250 ◦ green 248 ◦ blue 220

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

Shades of Chilean Heath #FAF8DC

Tints of Chilean Heath #FAF8DC

RGB

 RED value IS 250 (98.05% from 255) = 34.82%

 GREEN value IS 248 (97.27% from 255) = 34.54%

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

R = 34.82%
G = 34.54%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FAF8DC (or 0xFAF8DC) is known color: Chilean Heath. HEX triplet: FA, F8 and DC. RGB value is (250,248,220). Sum of RGB (Red+Green+Blue) = 250+248+220=718 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.82% from 718); Green value is 248 (97.27% from 255 or 34.54% from 718); Blue value is 220 (86.33% from 255 or 30.64% from 718); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF8DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF8DC is #050723. Grayscale: #F5F5F5. Windows color (decimal): -329508 or 14481658. OLE color: 14481658.

HSL color Cylindrical-coordinate representation of color #FAF8DC: hue angle of 56º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FAF8DC is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 248 220 -
CMYK 0 0.01 0.12 0.02
HSL 56º 0.75% 0.92% -
HSV(B) 56º 0.12% 0.98% -
XYZ 85.91 92.63 81.06 -
YUV 245.41 113.66 131.28 -
System Red Green Blue C M Y K H S L
Decimal 250 248 220 0 0.01 0.12 0.02 56 0.75 0.92
Hex FA F8 DC 0 1 C 2 38 4B 5C
Octal 372 370 334 0 1 14 2 70 113 134
Binary 11111010 11111000 11011100 0 1 1100 10 111000 1001011 1011100

Color Harmonies of #FAF8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF8DC

Black with #FAF8DC

Text Example


Text Example

White with #FAF8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF8DC; }

 p { color: rgb(250,248,220); }

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

background-color css

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

 a { background-color: rgb(250,248,220); }

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

border-color css

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

 span { border-color: rgb(250,248,220); }

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