Html Css Color HEX #FCD29E Caramel

📋 copy color: '#FCD29E'

red 252 ◦ green 210 ◦ blue 158

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

Shades of Caramel #FCD29E

Tints of Caramel #FCD29E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.87%

 BLUE value IS 158 (62.11% from 255) = 25.48%

R = 40.65%
G = 33.87%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FCD29E (or 0xFCD29E) is known color: Caramel. HEX triplet: FC, D2 and 9E. RGB value is (252,210,158). Sum of RGB (Red+Green+Blue) = 252+210+158=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 210 (82.42% from 255 or 33.87% from 620); Blue value is 158 (62.11% from 255 or 25.48% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD29E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD29E is #032D61. Grayscale: #D8D8D8. Windows color (decimal): -208226 or 10408700. OLE color: 10408700.

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

Color convert

RGB 252 210 158 -
CMYK 0 0.17 0.37 0.01
HSL 33.19º 0.94% 0.8% -
HSV(B) 33.19º 0.37% 0.99% -
XYZ 69.36 69.26 42.06 -
YUV 216.63 94.91 153.23 -
System Red Green Blue C M Y K H S L
Decimal 252 210 158 0 0.17 0.37 0.01 33.19 0.94 0.8
Hex FC D2 9E 0 11 25 1 21 5E 50
Octal 374 322 236 0 21 45 1 41 136 120
Binary 11111100 11010010 10011110 0 10001 100101 1 100001 1011110 1010000

Color Harmonies of #FCD29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD29E

Black with #FCD29E

Text Example


Text Example

White with #FCD29E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD29E; }

 p { color: rgb(252,210,158); }

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

background-color css

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

 a { background-color: rgb(252,210,158); }

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

border-color css

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

 span { border-color: rgb(252,210,158); }

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