#FBD98E

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

Shades of Caramel #FBD98E

Tints of Caramel #FBD98E

Color information

#FBD98E (or 0xFBD98E) is unknown color: approx Caramel. HEX triplet: FB, D9 and 8E. RGB value is (251,217,142). Sum of RGB (Red+Green+Blue) = 251+217+142=610 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.15% from 610); Green value is 217 (85.16% from 255 or 35.57% from 610); Blue value is 142 (55.86% from 255 or 23.28% from 610); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD98E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD98E is #042671. Grayscale: #DADADA. Windows color (decimal): -271986 or 9361915. OLE color: 9361915.

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

Color convert

RGB251217142-
CMYK00.140.430.02
HSL41.28º93.16%77.06%-
HSV(B)41.28º43.43%98.43%-
XYZ69.4872.0935.84-
YUV218.6284.76151.1-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.15%
GREEN value IS 217 (85.16% from 255) = 35.57%
BLUE value IS 142 (55.86% from 255) = 23.28%
R=41.15%
G=35.57%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121714200.140.430.0241.2893.1677.06
HexFBD98E0E2B2295d4d
Octal37333121601653251135115
Binary111110111101100110001110011101010111010100110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD98E; }

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

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

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

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

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

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

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

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