#FBD49D

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

Shades of Caramel #FBD49D

Tints of Caramel #FBD49D

Color information

#FBD49D (or 0xFBD49D) is unknown color: approx Caramel. HEX triplet: FB, D4 and 9D. RGB value is (251,212,157). Sum of RGB (Red+Green+Blue) = 251+212+157=620 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.48% from 620); Green value is 212 (83.20% from 255 or 34.19% from 620); Blue value is 157 (61.72% from 255 or 25.32% from 620); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD49D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD49D is #042B62. Grayscale: #D9D9D9. Windows color (decimal): -273251 or 10343675. OLE color: 10343675.

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

Color convert

RGB251212157-
CMYK00.160.370.02
HSL35.11º92.16%80%-
HSV(B)35.11º37.45%98.43%-
XYZ69.4170.0341.76-
YUV217.3993.92151.97-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.48%
GREEN value IS 212 (83.20% from 255) = 34.19%
BLUE value IS 157 (61.72% from 255) = 25.32%
R=40.48%
G=34.19%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121215700.160.370.0235.1192.1680
HexFBD49D010252235c50
Octal37332423502045243134120
Binary1111101111010100100111010100001001011010001110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD49D; }

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

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

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

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

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

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

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

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