#FBD195

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

Shades of Caramel #FBD195

Tints of Caramel #FBD195

Color information

#FBD195 (or 0xFBD195) is unknown color: approx Caramel. HEX triplet: FB, D1 and 95. RGB value is (251,209,149). Sum of RGB (Red+Green+Blue) = 251+209+149=609 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.22% from 609); Green value is 209 (82.03% from 255 or 34.32% from 609); Blue value is 149 (58.59% from 255 or 24.47% from 609); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD195 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD195 is #042E6A. Grayscale: #D7D7D7. Windows color (decimal): -274027 or 9818619. OLE color: 9818619.

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

Color convert

RGB251209149-
CMYK00.170.410.02
HSL35.29º92.73%78.43%-
HSV(B)35.29º40.64%98.43%-
XYZ68.0168.2838.03-
YUV214.7290.91153.88-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.22%
GREEN value IS 209 (82.03% from 255) = 34.32%
BLUE value IS 149 (58.59% from 255) = 24.47%
R=41.22%
G=34.32%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120914900.170.410.0235.2992.7378.43
HexFBD195011292235d4e
Octal37332122502151243135116
Binary1111101111010001100101010100011010011010001110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD195; }

 p { color: rgb(251,209,149); }

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

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

 a { background-color: rgb(251,209,149); }

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

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

 span { border-color: rgb(251,209,149); }

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