Html Css Color HEX #FCD496 Caramel

📋 copy color: '#FCD496'

red 252 ◦ green 212 ◦ blue 150

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

Shades of Caramel #FCD496

Tints of Caramel #FCD496

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.53%

 BLUE value IS 150 (58.98% from 255) = 24.43%

R = 41.04%
G = 34.53%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FCD496 (or 0xFCD496) is known color: Caramel. HEX triplet: FC, D4 and 96. RGB value is (252,212,150). Sum of RGB (Red+Green+Blue) = 252+212+150=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 212 (83.20% from 255 or 34.53% from 614); Blue value is 150 (58.98% from 255 or 24.43% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD496 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD496 is #032B69. Grayscale: #D9D9D9. Windows color (decimal): -207722 or 9884924. OLE color: 9884924.

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

Color convert

RGB 252 212 150 -
CMYK 0 0.16 0.40 0.01
HSL 36.47º 0.94% 0.79% -
HSV(B) 36.47º 0.4% 0.99% -
XYZ 69.19 69.98 38.72 -
YUV 216.89 90.25 153.04 -
System Red Green Blue C M Y K H S L
Decimal 252 212 150 0 0.16 0.40 0.01 36.47 0.94 0.79
Hex FC D4 96 0 10 28 1 24 5E 4F
Octal 374 324 226 0 20 50 1 44 136 117
Binary 11111100 11010100 10010110 0 10000 101000 1 100100 1011110 1001111

Color Harmonies of #FCD496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD496

Black with #FCD496

Text Example


Text Example

White with #FCD496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD496; }

 p { color: rgb(252,212,150); }

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

background-color css

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

 a { background-color: rgb(252,212,150); }

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

border-color css

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

 span { border-color: rgb(252,212,150); }

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