Html Css Color HEX #FCF9E1 Chilean Heath

📋 copy color: '#FCF9E1'

red 252 ◦ green 249 ◦ blue 225

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

Shades of Chilean Heath #FCF9E1

Tints of Chilean Heath #FCF9E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 30.99%

R = 34.71%
G = 34.3%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FCF9E1 (or 0xFCF9E1) is known color: Chilean Heath. HEX triplet: FC, F9 and E1. RGB value is (252,249,225). Sum of RGB (Red+Green+Blue) = 252+249+225=726 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.71% from 726); Green value is 249 (97.66% from 255 or 34.30% from 726); Blue value is 225 (88.28% from 255 or 30.99% from 726); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF9E1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF9E1 is #03061E. Grayscale: #F7F7F7. Windows color (decimal): -198175 or 14809596. OLE color: 14809596.

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

Color convert

RGB 252 249 225 -
CMYK 0 0.01 0.11 0.01
HSL 53.33º 0.82% 0.94% -
HSV(B) 53.33º 0.11% 0.99% -
XYZ 87.61 93.88 84.74 -
YUV 247.16 115.49 131.45 -
System Red Green Blue C M Y K H S L
Decimal 252 249 225 0 0.01 0.11 0.01 53.33 0.82 0.94
Hex FC F9 E1 0 1 B 1 35 52 5E
Octal 374 371 341 0 1 13 1 65 122 136
Binary 11111100 11111001 11100001 0 1 1011 1 110101 1010010 1011110

Color Harmonies of #FCF9E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF9E1

Black with #FCF9E1

Text Example


Text Example

White with #FCF9E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF9E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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