#FBD993

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

Shades of Caramel #FBD993

Tints of Caramel #FBD993

Color information

#FBD993 (or 0xFBD993) is unknown color: approx Caramel. HEX triplet: FB, D9 and 93. RGB value is (251,217,147). Sum of RGB (Red+Green+Blue) = 251+217+147=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 217 (85.16% from 255 or 35.28% from 615); Blue value is 147 (57.81% from 255 or 23.90% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD993 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD993 is #04266C. Grayscale: #DBDBDB. Windows color (decimal): -271981 or 9689595. OLE color: 9689595.

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

Color convert

RGB251217147-
CMYK00.140.410.02
HSL40.38º92.86%78.04%-
HSV(B)40.38º41.43%98.43%-
XYZ69.8672.2437.87-
YUV219.1987.26150.69-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.81%
GREEN value IS 217 (85.16% from 255) = 35.28%
BLUE value IS 147 (57.81% from 255) = 23.90%
R=40.81%
G=35.28%
B=23.90%

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
Decimal25121714700.140.410.0240.3892.8678.04
HexFBD9930E292285d4e
Octal37333122301651250135116
Binary111110111101100110010011011101010011010100010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD993; }

 p { color: rgb(251,217,147); }

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

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

 a { background-color: rgb(251,217,147); }

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

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

 span { border-color: rgb(251,217,147); }

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