Html Css Color HEX #FCFAE1 Chilean Heath

📋 copy color: '#FCFAE1'

red 252 ◦ green 250 ◦ blue 225

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

Shades of Chilean Heath #FCFAE1

Tints of Chilean Heath #FCFAE1

RGB

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

 GREEN value IS 250 (98.05% from 255) = 34.39%

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

R = 34.66%
G = 34.39%
B = 30.95%

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

#FCFAE1 (or 0xFCFAE1) is known color: Chilean Heath. HEX triplet: FC, FA and E1. RGB value is (252,250,225). Sum of RGB (Red+Green+Blue) = 252+250+225=727 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.66% from 727); Green value is 250 (98.05% from 255 or 34.39% from 727); Blue value is 225 (88.28% from 255 or 30.95% from 727); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFAE1 is #03051E. Grayscale: #F7F7F7. Windows color (decimal): -197919 or 14809852. OLE color: 14809852.

HSL color Cylindrical-coordinate representation of color #FCFAE1: hue angle of 55.56º 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 #FCFAE1 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 250 225 -
CMYK 0 0.01 0.11 0.01
HSL 55.56º 0.82% 0.94% -
HSV(B) 55.56º 0.11% 0.99% -
XYZ 87.92 94.5 84.84 -
YUV 247.75 115.16 131.03 -
System Red Green Blue C M Y K H S L
Decimal 252 250 225 0 0.01 0.11 0.01 55.56 0.82 0.94
Hex FC FA E1 0 1 B 1 38 52 5E
Octal 374 372 341 0 1 13 1 70 122 136
Binary 11111100 11111010 11100001 0 1 1011 1 111000 1010010 1011110

Color Harmonies of #FCFAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFAE1

Black with #FCFAE1

Text Example


Text Example

White with #FCFAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFAE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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