Html Css Color HEX #FCF9DA Chilean Heath

📋 copy color: '#FCF9DA'

red 252 ◦ green 249 ◦ blue 218

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

Shades of Chilean Heath #FCF9DA

Tints of Chilean Heath #FCF9DA

RGB

 RED value IS 252 (98.83% from 255) = 35.05%

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

 BLUE value IS 218 (85.55% from 255) = 30.32%

R = 35.05%
G = 34.63%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FCF9DA (or 0xFCF9DA) is known color: Chilean Heath. HEX triplet: FC, F9 and DA. RGB value is (252,249,218). Sum of RGB (Red+Green+Blue) = 252+249+218=719 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.05% from 719); Green value is 249 (97.66% from 255 or 34.63% from 719); Blue value is 218 (85.55% from 255 or 30.32% from 719); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF9DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF9DA is #030625. Grayscale: #F6F6F6. Windows color (decimal): -198182 or 14350844. OLE color: 14350844.

HSL color Cylindrical-coordinate representation of color #FCF9DA: hue angle of 54.71º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FCF9DA is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 249 218 -
CMYK 0 0.01 0.13 0.01
HSL 54.71º 0.85% 0.92% -
HSV(B) 54.71º 0.13% 0.99% -
XYZ 86.68 93.51 79.81 -
YUV 246.36 111.99 132.02 -
System Red Green Blue C M Y K H S L
Decimal 252 249 218 0 0.01 0.13 0.01 54.71 0.85 0.92
Hex FC F9 DA 0 1 D 1 37 55 5C
Octal 374 371 332 0 1 15 1 67 125 134
Binary 11111100 11111001 11011010 0 1 1101 1 110111 1010101 1011100

Color Harmonies of #FCF9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF9DA

Black with #FCF9DA

Text Example


Text Example

White with #FCF9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF9DA; }

 p { color: rgb(252,249,218); }

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

background-color css

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

 a { background-color: rgb(252,249,218); }

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

border-color css

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

 span { border-color: rgb(252,249,218); }

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