#FCDA94

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

Shades of Caramel #FCDA94

Tints of Caramel #FCDA94

Color information

#FCDA94 (or 0xFCDA94) is unknown color: approx Caramel. HEX triplet: FC, DA and 94. RGB value is (252,218,148). Sum of RGB (Red+Green+Blue) = 252+218+148=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 218 (85.55% from 255 or 35.28% from 618); Blue value is 148 (58.20% from 255 or 23.95% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDA94 is #03256B. Grayscale: #DCDCDC. Windows color (decimal): -206188 or 9755388. OLE color: 9755388.

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

Color convert

RGB252218148-
CMYK00.130.410.01
HSL40.38º94.55%78.43%-
HSV(B)40.38º41.27%98.82%-
XYZ70.5672.9838.38-
YUV220.1987.26150.69-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.78%
GREEN value IS 218 (85.55% from 255) = 35.28%
BLUE value IS 148 (58.20% from 255) = 23.95%
R=40.78%
G=35.28%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221814800.130.410.0140.3894.5578.43
HexFCDA940D291285f4e
Octal37433222401551150137116
Binary11111100110110101001010001101101001110100010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDA94; }

 p { color: rgb(252,218,148); }

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

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

 a { background-color: rgb(252,218,148); }

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

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

 span { border-color: rgb(252,218,148); }

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