#FCD48D

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

Shades of Caramel #FCD48D

Tints of Caramel #FCD48D

Color information

#FCD48D (or 0xFCD48D) is unknown color: approx Caramel. HEX triplet: FC, D4 and 8D. RGB value is (252,212,141). Sum of RGB (Red+Green+Blue) = 252+212+141=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 212 (83.20% from 255 or 35.04% from 605); Blue value is 141 (55.47% from 255 or 23.31% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD48D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD48D is #032B72. Grayscale: #D8D8D8. Windows color (decimal): -207731 or 9295100. OLE color: 9295100.

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

Color convert

RGB252212141-
CMYK00.160.440.01
HSL38.38º94.87%77.06%-
HSV(B)38.38º44.05%98.82%-
XYZ68.569.7135.04-
YUV215.8785.75153.77-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.65%
GREEN value IS 212 (83.20% from 255) = 35.04%
BLUE value IS 141 (55.47% from 255) = 23.31%
R=41.65%
G=35.04%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221214100.160.440.0138.3894.8777.06
HexFCD48D0102C1265f4d
Octal37432421502054146137115
Binary111111001101010010001101010000101100110011010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD48D; }

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

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

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

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

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

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

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

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