#FED196

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

Shades of Caramel #FED196

Tints of Caramel #FED196

Color information

#FED196 (or 0xFED196) is unknown color: approx Caramel. HEX triplet: FE, D1 and 96. RGB value is (254,209,150). Sum of RGB (Red+Green+Blue) = 254+209+150=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 209 (82.03% from 255 or 34.09% from 613); Blue value is 150 (58.98% from 255 or 24.47% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FED196 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED196 is #012E69. Grayscale: #D8D8D8. Windows color (decimal): -77418 or 9884158. OLE color: 9884158.

HSL color Cylindrical-coordinate representation of color #FED196: hue angle of 34.04º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FED196 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB254209150-
CMYK00.180.410.00
HSL34.04º98.11%79.22%-
HSV(B)34.04º40.94%99.61%-
XYZ69.1868.8738.5-
YUV215.7390.91155.3-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.44%
GREEN value IS 209 (82.03% from 255) = 34.09%
BLUE value IS 150 (58.98% from 255) = 24.47%
R=41.44%
G=34.09%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420915000.180.410.0034.0498.1179.22
HexFED19601229022624f
Octal37632122602251042142117
Binary111111101101000110010110010010101001010001011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED196; }

 p { color: rgb(254,209,150); }

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

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

 a { background-color: rgb(254,209,150); }

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

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

 span { border-color: rgb(254,209,150); }

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