#FBD494

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

Shades of Caramel #FBD494

Tints of Caramel #FBD494

Color information

#FBD494 (or 0xFBD494) is unknown color: approx Caramel. HEX triplet: FB, D4 and 94. RGB value is (251,212,148). Sum of RGB (Red+Green+Blue) = 251+212+148=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 212 (83.20% from 255 or 34.70% from 611); Blue value is 148 (58.20% from 255 or 24.22% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD494 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD494 is #042B6B. Grayscale: #D8D8D8. Windows color (decimal): -273260 or 9753851. OLE color: 9753851.

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

Color convert

RGB251212148-
CMYK00.160.410.02
HSL37.28º92.79%78.24%-
HSV(B)37.28º41.04%98.43%-
XYZ68.6769.7337.86-
YUV216.3689.42152.7-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.08%
GREEN value IS 212 (83.20% from 255) = 34.70%
BLUE value IS 148 (58.20% from 255) = 24.22%
R=41.08%
G=34.70%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121214800.160.410.0237.2892.7978.24
HexFBD494010292255d4e
Octal37332422402051245135116
Binary1111101111010100100101000100001010011010010110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD494; }

 p { color: rgb(251,212,148); }

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

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

 a { background-color: rgb(251,212,148); }

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

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

 span { border-color: rgb(251,212,148); }

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