#FBD894

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

Shades of Caramel #FBD894

Tints of Caramel #FBD894

Color information

#FBD894 (or 0xFBD894) is unknown color: approx Caramel. HEX triplet: FB, D8 and 94. RGB value is (251,216,148). Sum of RGB (Red+Green+Blue) = 251+216+148=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 216 (84.77% from 255 or 35.12% from 615); Blue value is 148 (58.20% from 255 or 24.07% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD894 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD894 is #04276B. Grayscale: #DBDBDB. Windows color (decimal): -272236 or 9754875. OLE color: 9754875.

HSL color Cylindrical-coordinate representation of color #FBD894: hue angle of 39.61º 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 #FBD894 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB251216148-
CMYK00.140.410.02
HSL39.61º92.79%78.24%-
HSV(B)39.61º41.04%98.43%-
XYZ69.6871.7638.2-
YUV218.7188.1151.03-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.81%
GREEN value IS 216 (84.77% from 255) = 35.12%
BLUE value IS 148 (58.20% from 255) = 24.07%
R=40.81%
G=35.12%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121614800.140.410.0239.6192.7978.24
HexFBD8940E292285d4e
Octal37333022401651250135116
Binary111110111101100010010100011101010011010100010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD894; }

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

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

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

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

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

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

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

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