Html Css Color HEX #FAF9DB Chilean Heath

📋 copy color: '#FAF9DB'

red 250 ◦ green 249 ◦ blue 219

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

Shades of Chilean Heath #FAF9DB

Tints of Chilean Heath #FAF9DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 30.5%

R = 34.82%
G = 34.68%
B = 30.5%

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

#FAF9DB (or 0xFAF9DB) is known color: Chilean Heath. HEX triplet: FA, F9 and DB. RGB value is (250,249,219). Sum of RGB (Red+Green+Blue) = 250+249+219=718 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.82% from 718); Green value is 249 (97.66% from 255 or 34.68% from 718); Blue value is 219 (85.94% from 255 or 30.50% from 718); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF9DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF9DB is #050624. Grayscale: #F6F6F6. Windows color (decimal): -329253 or 14416378. OLE color: 14416378.

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

Color convert

RGB 250 249 219 -
CMYK 0 0.00 0.12 0.02
HSL 58.06º 0.76% 0.92% -
HSV(B) 58.06º 0.12% 0.98% -
XYZ 86.09 93.19 80.47 -
YUV 245.88 112.83 130.94 -
System Red Green Blue C M Y K H S L
Decimal 250 249 219 0 0.00 0.12 0.02 58.06 0.76 0.92
Hex FA F9 DB 0 0 C 2 3A 4C 5C
Octal 372 371 333 0 0 14 2 72 114 134
Binary 11111010 11111001 11011011 0 0 1100 10 111010 1001100 1011100

Color Harmonies of #FAF9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF9DB

Black with #FAF9DB

Text Example


Text Example

White with #FAF9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF9DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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