#FBD294

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

Shades of Caramel #FBD294

Tints of Caramel #FBD294

Color information

#FBD294 (or 0xFBD294) is unknown color: approx Caramel. HEX triplet: FB, D2 and 94. RGB value is (251,210,148). Sum of RGB (Red+Green+Blue) = 251+210+148=609 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.22% from 609); Green value is 210 (82.42% from 255 or 34.48% from 609); Blue value is 148 (58.20% from 255 or 24.30% from 609); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD294 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD294 is #042D6B. Grayscale: #D7D7D7. Windows color (decimal): -273772 or 9753339. OLE color: 9753339.

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

Color convert

RGB251210148-
CMYK00.160.410.02
HSL36.12º92.79%78.24%-
HSV(B)36.12º41.04%98.43%-
XYZ68.1868.7437.69-
YUV215.1990.08153.54-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.22%
GREEN value IS 210 (82.42% from 255) = 34.48%
BLUE value IS 148 (58.20% from 255) = 24.30%
R=41.22%
G=34.48%
B=24.30%

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
Decimal25121014800.160.410.0236.1292.7978.24
HexFBD294010292245d4e
Octal37332222402051244135116
Binary1111101111010010100101000100001010011010010010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD294; }

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

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

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

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

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

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

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

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