Html Css Color HEX #FCD996 Caramel

📋 copy color: '#FCD996'

red 252 ◦ green 217 ◦ blue 150

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

Shades of Caramel #FCD996

Tints of Caramel #FCD996

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.06%

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

R = 40.71%
G = 35.06%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FCD996 (or 0xFCD996) is known color: Caramel. HEX triplet: FC, D9 and 96. RGB value is (252,217,150). Sum of RGB (Red+Green+Blue) = 252+217+150=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 217 (85.16% from 255 or 35.06% from 619); Blue value is 150 (58.98% from 255 or 24.23% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD996 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD996 is #032669. Grayscale: #DCDCDC. Windows color (decimal): -206442 or 9886204. OLE color: 9886204.

HSL color Cylindrical-coordinate representation of color #FCD996: hue angle of 39.41º 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 #FCD996 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 217 150 -
CMYK 0 0.14 0.40 0.01
HSL 39.41º 0.94% 0.79% -
HSV(B) 39.41º 0.4% 0.99% -
XYZ 70.46 72.52 39.14 -
YUV 219.83 88.6 150.95 -
System Red Green Blue C M Y K H S L
Decimal 252 217 150 0 0.14 0.40 0.01 39.41 0.94 0.79
Hex FC D9 96 0 E 28 1 27 5E 4F
Octal 374 331 226 0 16 50 1 47 136 117
Binary 11111100 11011001 10010110 0 1110 101000 1 100111 1011110 1001111

Color Harmonies of #FCD996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD996

Black with #FCD996

Text Example


Text Example

White with #FCD996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD996; }

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

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

background-color css

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

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

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

border-color css

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

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

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