#FBD694

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

Shades of Caramel #FBD694

Tints of Caramel #FBD694

Color information

#FBD694 (or 0xFBD694) is unknown color: approx Caramel. HEX triplet: FB, D6 and 94. RGB value is (251,214,148). Sum of RGB (Red+Green+Blue) = 251+214+148=613 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.95% from 613); Green value is 214 (83.98% from 255 or 34.91% from 613); Blue value is 148 (58.20% from 255 or 24.14% from 613); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD694 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD694 is #04296B. Grayscale: #D9D9D9. Windows color (decimal): -272748 or 9754363. OLE color: 9754363.

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

Color convert

RGB251214148-
CMYK00.150.410.02
HSL38.45º92.79%78.24%-
HSV(B)38.45º41.04%98.43%-
XYZ69.1870.7438.03-
YUV217.5488.76151.87-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.95%
GREEN value IS 214 (83.98% from 255) = 34.91%
BLUE value IS 148 (58.20% from 255) = 24.14%
R=40.95%
G=34.91%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121414800.150.410.0238.4592.7978.24
HexFBD6940F292265d4e
Octal37332622401751246135116
Binary111110111101011010010100011111010011010011010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD694; }

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

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

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

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

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

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

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

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