Html Css Color HEX #FCD896 Caramel

📋 copy color: '#FCD896'

red 252 ◦ green 216 ◦ blue 150

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

Shades of Caramel #FCD896

Tints of Caramel #FCD896

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.95%

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

R = 40.78%
G = 34.95%
B = 24.27%

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

#FCD896 (or 0xFCD896) is known color: Caramel. HEX triplet: FC, D8 and 96. RGB value is (252,216,150). Sum of RGB (Red+Green+Blue) = 252+216+150=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 216 (84.77% from 255 or 34.95% from 618); Blue value is 150 (58.98% from 255 or 24.27% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD896 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD896 is #032769. Grayscale: #DBDBDB. Windows color (decimal): -206698 or 9885948. OLE color: 9885948.

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

Color convert

RGB 252 216 150 -
CMYK 0 0.14 0.40 0.01
HSL 38.82º 0.94% 0.79% -
HSV(B) 38.82º 0.4% 0.99% -
XYZ 70.21 72.01 39.05 -
YUV 219.24 88.93 151.37 -
System Red Green Blue C M Y K H S L
Decimal 252 216 150 0 0.14 0.40 0.01 38.82 0.94 0.79
Hex FC D8 96 0 E 28 1 27 5E 4F
Octal 374 330 226 0 16 50 1 47 136 117
Binary 11111100 11011000 10010110 0 1110 101000 1 100111 1011110 1001111

Color Harmonies of #FCD896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD896

Black with #FCD896

Text Example


Text Example

White with #FCD896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD896; }

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

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

background-color css

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

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

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

border-color css

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

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

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