#FCD49B

Color #FCD49B Caramel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caramel #FCD49B

Tints of Caramel #FCD49B

Color information

#FCD49B (or 0xFCD49B) is unknown color: approx Caramel. HEX triplet: FC, D4 and 9B. RGB value is (252,212,155). Sum of RGB (Red+Green+Blue) = 252+212+155=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 212 (83.20% from 255 or 34.25% from 619); Blue value is 155 (60.94% from 255 or 25.04% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD49B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD49B is #032B64. Grayscale: #D9D9D9. Windows color (decimal): -207717 or 10212604. OLE color: 10212604.

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

Color convert

RGB252212155-
CMYK00.160.380.01
HSL35.26º94.17%79.8%-
HSV(B)35.26º38.49%98.82%-
XYZ69.670.1540.88-
YUV217.4692.75152.63-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.71%
GREEN value IS 212 (83.20% from 255) = 34.25%
BLUE value IS 155 (60.94% from 255) = 25.04%
R=40.71%
G=34.25%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221215500.160.380.0135.2694.1779.8
HexFCD49B010261235e50
Octal37432423302046143136120
Binary111111001101010010011011010000100110110001110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD49B; }

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

 H1.HeaderClassName
 {
   color: #FCD49B;
 }
 .AnyTagClassName
 {
   color: #FCD49B;
 }
</style>
background-color css

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

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

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

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

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

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