#FBD29C

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

Shades of Caramel #FBD29C

Tints of Caramel #FBD29C

Color information

#FBD29C (or 0xFBD29C) is unknown color: approx Caramel. HEX triplet: FB, D2 and 9C. RGB value is (251,210,156). Sum of RGB (Red+Green+Blue) = 251+210+156=617 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.68% from 617); Green value is 210 (82.42% from 255 or 34.04% from 617); Blue value is 156 (61.33% from 255 or 25.28% from 617); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD29C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD29C is #042D63. Grayscale: #D8D8D8. Windows color (decimal): -273764 or 10277627. OLE color: 10277627.

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

Color convert

RGB251210156-
CMYK00.160.380.02
HSL34.11º92.23%79.8%-
HSV(B)34.11º37.85%98.43%-
XYZ68.836941.14-
YUV216.194.08152.89-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.68%
GREEN value IS 210 (82.42% from 255) = 34.04%
BLUE value IS 156 (61.33% from 255) = 25.28%
R=40.68%
G=34.04%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121015600.160.380.0234.1192.2379.8
HexFBD29C010262225c50
Octal37332223402046242134120
Binary1111101111010010100111000100001001101010001010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD29C; }

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

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

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

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

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

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

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

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