#FDCF8E

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

Shades of Caramel #FDCF8E

Tints of Caramel #FDCF8E

Color information

#FDCF8E (or 0xFDCF8E) is unknown color: approx Caramel. HEX triplet: FD, CF and 8E. RGB value is (253,207,142). Sum of RGB (Red+Green+Blue) = 253+207+142=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 207 (81.25% from 255 or 34.39% from 602); Blue value is 142 (55.86% from 255 or 23.59% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCF8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCF8E is #023071. Grayscale: #D5D5D5. Windows color (decimal): -143474 or 9359357. OLE color: 9359357.

HSL color Cylindrical-coordinate representation of color #FDCF8E: hue angle of 35.14º degrees, saturation: 0.97, 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 #FDCF8E is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB253207142-
CMYK00.180.440.01
HSL35.14º96.52%77.45%-
HSV(B)35.14º43.87%99.22%-
XYZ67.767.4635.04-
YUV213.3487.74156.29-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.03%
GREEN value IS 207 (81.25% from 255) = 34.39%
BLUE value IS 142 (55.86% from 255) = 23.59%
R=42.03%
G=34.39%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320714200.180.440.0135.1496.5277.45
HexFDCF8E0122C123614d
Octal37531721602254143141115
Binary111111011100111110001110010010101100110001111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCF8E; }

 p { color: rgb(253,207,142); }

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

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

 a { background-color: rgb(253,207,142); }

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

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

 span { border-color: rgb(253,207,142); }

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