#FCD693

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

Shades of Caramel #FCD693

Tints of Caramel #FCD693

Color information

#FCD693 (or 0xFCD693) is unknown color: approx Caramel. HEX triplet: FC, D6 and 93. RGB value is (252,214,147). Sum of RGB (Red+Green+Blue) = 252+214+147=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 214 (83.98% from 255 or 34.91% from 613); Blue value is 147 (57.81% from 255 or 23.98% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD693 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD693 is #03296C. Grayscale: #DADADA. Windows color (decimal): -207213 or 9688828. OLE color: 9688828.

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

Color convert

RGB252214147-
CMYK00.150.420.01
HSL38.29º94.59%78.24%-
HSV(B)38.29º41.67%98.82%-
XYZ69.4670.937.63-
YUV217.7288.09152.45-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.11%
GREEN value IS 214 (83.98% from 255) = 34.91%
BLUE value IS 147 (57.81% from 255) = 23.98%
R=41.11%
G=34.91%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221414700.150.420.0138.2994.5978.24
HexFCD6930F2A1265f4e
Octal37432622301752146137116
Binary11111100110101101001001101111101010110011010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD693; }

 p { color: rgb(252,214,147); }

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

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

 a { background-color: rgb(252,214,147); }

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

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

 span { border-color: rgb(252,214,147); }

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