Html Css Color HEX #FCFAE3 Chilean Heath

📋 copy color: '#FCFAE3'

red 252 ◦ green 250 ◦ blue 227

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

Shades of Chilean Heath #FCFAE3

Tints of Chilean Heath #FCFAE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 31.14%

R = 34.57%
G = 34.29%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FCFAE3 (or 0xFCFAE3) is known color: Chilean Heath. HEX triplet: FC, FA and E3. RGB value is (252,250,227). Sum of RGB (Red+Green+Blue) = 252+250+227=729 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.57% from 729); Green value is 250 (98.05% from 255 or 34.29% from 729); Blue value is 227 (89.06% from 255 or 31.14% from 729); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFAE3 is #03051C. Grayscale: #F8F8F8. Windows color (decimal): -197917 or 14940924. OLE color: 14940924.

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

Color convert

RGB 252 250 227 -
CMYK 0 0.01 0.10 0.01
HSL 55.2º 0.81% 0.94% -
HSV(B) 55.2º 0.1% 0.99% -
XYZ 88.2 94.61 86.29 -
YUV 247.98 116.16 130.87 -
System Red Green Blue C M Y K H S L
Decimal 252 250 227 0 0.01 0.10 0.01 55.2 0.81 0.94
Hex FC FA E3 0 1 A 1 37 51 5E
Octal 374 372 343 0 1 12 1 67 121 136
Binary 11111100 11111010 11100011 0 1 1010 1 110111 1010001 1011110

Color Harmonies of #FCFAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFAE3

Black with #FCFAE3

Text Example


Text Example

White with #FCFAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFAE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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