#FBD690

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

Shades of Caramel #FBD690

Tints of Caramel #FBD690

Color information

#FBD690 (or 0xFBD690) is unknown color: approx Caramel. HEX triplet: FB, D6 and 90. RGB value is (251,214,144). Sum of RGB (Red+Green+Blue) = 251+214+144=609 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.22% from 609); Green value is 214 (83.98% from 255 or 35.14% from 609); Blue value is 144 (56.64% from 255 or 23.65% from 609); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD690 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD690 is #04296F. Grayscale: #D9D9D9. Windows color (decimal): -272752 or 9492219. OLE color: 9492219.

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

Color convert

RGB251214144-
CMYK00.150.430.02
HSL39.25º93.04%77.45%-
HSV(B)39.25º42.63%98.43%-
XYZ68.8670.6236.39-
YUV217.0886.76152.19-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.22%
GREEN value IS 214 (83.98% from 255) = 35.14%
BLUE value IS 144 (56.64% from 255) = 23.65%
R=41.22%
G=35.14%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121414400.150.430.0239.2593.0477.45
HexFBD6900F2B2275d4d
Octal37332622001753247135115
Binary111110111101011010010000011111010111010011110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD690; }

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

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

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

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

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

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

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

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