#FBD08E

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

Shades of Caramel #FBD08E

Tints of Caramel #FBD08E

Color information

#FBD08E (or 0xFBD08E) is unknown color: approx Caramel. HEX triplet: FB, D0 and 8E. RGB value is (251,208,142). Sum of RGB (Red+Green+Blue) = 251+208+142=601 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.76% from 601); Green value is 208 (81.64% from 255 or 34.61% from 601); Blue value is 142 (55.86% from 255 or 23.63% from 601); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD08E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD08E is #042F71. Grayscale: #D5D5D5. Windows color (decimal): -274290 or 9359611. OLE color: 9359611.

HSL color Cylindrical-coordinate representation of color #FBD08E: hue angle of 36.33º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FBD08E is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB251208142-
CMYK00.170.430.02
HSL36.33º93.16%77.06%-
HSV(B)36.33º43.43%98.43%-
XYZ67.2267.5735.09-
YUV213.3387.75154.87-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.76%
GREEN value IS 208 (81.64% from 255) = 34.61%
BLUE value IS 142 (55.86% from 255) = 23.63%
R=41.76%
G=34.61%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120814200.170.430.0236.3393.1677.06
HexFBD08E0112B2245d4d
Octal37332021602153244135115
Binary1111101111010000100011100100011010111010010010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD08E; }

 p { color: rgb(251,208,142); }

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

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

 a { background-color: rgb(251,208,142); }

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

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

 span { border-color: rgb(251,208,142); }

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