Html Css Color HEX #FAF9DC Chilean Heath

📋 copy color: '#FAF9DC'

red 250 ◦ green 249 ◦ blue 220

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

Shades of Chilean Heath #FAF9DC

Tints of Chilean Heath #FAF9DC

RGB

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

 GREEN value IS 249 (97.66% from 255) = 34.63%

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

R = 34.77%
G = 34.63%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FAF9DC (or 0xFAF9DC) is known color: Chilean Heath. HEX triplet: FA, F9 and DC. RGB value is (250,249,220). Sum of RGB (Red+Green+Blue) = 250+249+220=719 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.77% from 719); Green value is 249 (97.66% from 255 or 34.63% from 719); Blue value is 220 (86.33% from 255 or 30.60% from 719); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF9DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF9DC is #050623. Grayscale: #F6F6F6. Windows color (decimal): -329252 or 14481914. OLE color: 14481914.

HSL color Cylindrical-coordinate representation of color #FAF9DC: hue angle of 58º 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 #FAF9DC is Cyan = 0, Magento = 0.00, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 249 220 -
CMYK 0 0.00 0.12 0.02
HSL 58º 0.75% 0.92% -
HSV(B) 58º 0.12% 0.98% -
XYZ 86.22 93.24 81.16 -
YUV 245.99 113.33 130.86 -
System Red Green Blue C M Y K H S L
Decimal 250 249 220 0 0.00 0.12 0.02 58 0.75 0.92
Hex FA F9 DC 0 0 C 2 3A 4B 5C
Octal 372 371 334 0 0 14 2 72 113 134
Binary 11111010 11111001 11011100 0 0 1100 10 111010 1001011 1011100

Color Harmonies of #FAF9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF9DC

Black with #FAF9DC

Text Example


Text Example

White with #FAF9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF9DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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