#FBD998

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

Shades of Caramel #FBD998

Tints of Caramel #FBD998

Color information

#FBD998 (or 0xFBD998) is unknown color: approx Caramel. HEX triplet: FB, D9 and 98. RGB value is (251,217,152). Sum of RGB (Red+Green+Blue) = 251+217+152=620 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.48% from 620); Green value is 217 (85.16% from 255 or 35% from 620); Blue value is 152 (59.77% from 255 or 24.52% from 620); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD998 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD998 is #042667. Grayscale: #DCDCDC. Windows color (decimal): -271976 or 10017275. OLE color: 10017275.

HSL color Cylindrical-coordinate representation of color #FBD998: hue angle of 39.39º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FBD998 is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB251217152-
CMYK00.140.390.02
HSL39.39º92.52%79.02%-
HSV(B)39.39º39.44%98.43%-
XYZ70.2672.439.98-
YUV219.7689.76150.29-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.48%
GREEN value IS 217 (85.16% from 255) = 35%
BLUE value IS 152 (59.77% from 255) = 24.52%
R=40.48%
G=35%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121715200.140.390.0239.3992.5279.02
HexFBD9980E272275d4f
Octal37333123001647247135117
Binary111110111101100110011000011101001111010011110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD998; }

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

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

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

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

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

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

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

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