Html Css Color HEX #FCFAE5 Chilean Heath

📋 copy color: '#FCFAE5'

red 252 ◦ green 250 ◦ blue 229

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

Shades of Chilean Heath #FCFAE5

Tints of Chilean Heath #FCFAE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 31.33%

R = 34.47%
G = 34.2%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FCFAE5 (or 0xFCFAE5) is known color: Chilean Heath. HEX triplet: FC, FA and E5. RGB value is (252,250,229). Sum of RGB (Red+Green+Blue) = 252+250+229=731 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.47% from 731); Green value is 250 (98.05% from 255 or 34.20% from 731); Blue value is 229 (89.84% from 255 or 31.33% from 731); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFAE5 is #03051A. Grayscale: #F8F8F8. Windows color (decimal): -197915 or 15071996. OLE color: 15071996.

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

Color convert

RGB 252 250 229 -
CMYK 0 0.01 0.09 0.01
HSL 54.78º 0.79% 0.94% -
HSV(B) 54.78º 0.09% 0.99% -
XYZ 88.47 94.72 87.75 -
YUV 248.2 117.16 130.71 -
System Red Green Blue C M Y K H S L
Decimal 252 250 229 0 0.01 0.09 0.01 54.78 0.79 0.94
Hex FC FA E5 0 1 9 1 37 4F 5E
Octal 374 372 345 0 1 11 1 67 117 136
Binary 11111100 11111010 11100101 0 1 1001 1 110111 1001111 1011110

Color Harmonies of #FCFAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFAE5

Black with #FCFAE5

Text Example


Text Example

White with #FCFAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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