#FBD699

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

Shades of Caramel #FBD699

Tints of Caramel #FBD699

Color information

#FBD699 (or 0xFBD699) is unknown color: approx Caramel. HEX triplet: FB, D6 and 99. RGB value is (251,214,153). Sum of RGB (Red+Green+Blue) = 251+214+153=618 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.61% from 618); Green value is 214 (83.98% from 255 or 34.63% from 618); Blue value is 153 (60.16% from 255 or 24.76% from 618); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD699 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD699 is #042966. Grayscale: #DADADA. Windows color (decimal): -272743 or 10082043. OLE color: 10082043.

HSL color Cylindrical-coordinate representation of color #FBD699: hue angle of 37.35º degrees, saturation: 0.92, 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 #FBD699 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB251214153-
CMYK00.150.390.02
HSL37.35º92.45%79.22%-
HSV(B)37.35º39.04%98.43%-
XYZ69.5870.940.16-
YUV218.1191.26151.46-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.61%
GREEN value IS 214 (83.98% from 255) = 34.63%
BLUE value IS 153 (60.16% from 255) = 24.76%
R=40.61%
G=34.63%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121415300.150.390.0237.3592.4579.22
HexFBD6990F272255c4f
Octal37332623101747245134117
Binary111110111101011010011001011111001111010010110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD699; }

 p { color: rgb(251,214,153); }

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

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

 a { background-color: rgb(251,214,153); }

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

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

 span { border-color: rgb(251,214,153); }

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