#FBD295

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

Shades of Caramel #FBD295

Tints of Caramel #FBD295

Color information

#FBD295 (or 0xFBD295) is unknown color: approx Caramel. HEX triplet: FB, D2 and 95. RGB value is (251,210,149). Sum of RGB (Red+Green+Blue) = 251+210+149=610 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.15% from 610); Green value is 210 (82.42% from 255 or 34.43% from 610); Blue value is 149 (58.59% from 255 or 24.43% from 610); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD295 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD295 is #042D6A. Grayscale: #D7D7D7. Windows color (decimal): -273771 or 9818875. OLE color: 9818875.

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

Color convert

RGB251210149-
CMYK00.160.410.02
HSL35.88º92.73%78.43%-
HSV(B)35.88º40.64%98.43%-
XYZ68.2668.7738.11-
YUV215.390.58153.46-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.15%
GREEN value IS 210 (82.42% from 255) = 34.43%
BLUE value IS 149 (58.59% from 255) = 24.43%
R=41.15%
G=34.43%
B=24.43%

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
Decimal25121014900.160.410.0235.8892.7378.43
HexFBD295010292245d4e
Octal37332222502051244135116
Binary1111101111010010100101010100001010011010010010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD295; }

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

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

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

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

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

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

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

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