Html Css Color HEX #FCE5A6 Cape Honey

📋 copy color: '#FCE5A6'

red 252 ◦ green 229 ◦ blue 166

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

Shades of Cape Honey #FCE5A6

Tints of Cape Honey #FCE5A6

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.39%

 BLUE value IS 166 (65.23% from 255) = 25.66%

R = 38.95%
G = 35.39%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FCE5A6 (or 0xFCE5A6) is known color: Cape Honey. HEX triplet: FC, E5 and A6. RGB value is (252,229,166). Sum of RGB (Red+Green+Blue) = 252+229+166=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 229 (89.84% from 255 or 35.39% from 647); Blue value is 166 (65.23% from 255 or 25.66% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE5A6 is #031A59. Grayscale: #E4E4E4. Windows color (decimal): -203354 or 10937852. OLE color: 10937852.

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

Color convert

RGB 252 229 166 -
CMYK 0 0.09 0.34 0.01
HSL 43.95º 0.93% 0.82% -
HSV(B) 43.95º 0.34% 0.99% -
XYZ 75.05 79.49 47.46 -
YUV 228.7 92.62 144.62 -
System Red Green Blue C M Y K H S L
Decimal 252 229 166 0 0.09 0.34 0.01 43.95 0.93 0.82
Hex FC E5 A6 0 9 22 1 2C 5D 52
Octal 374 345 246 0 11 42 1 54 135 122
Binary 11111100 11100101 10100110 0 1001 100010 1 101100 1011101 1010010

Color Harmonies of #FCE5A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE5A6

Black with #FCE5A6

Text Example


Text Example

White with #FCE5A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE5A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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