#FBCF91

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

Shades of Caramel #FBCF91

Tints of Caramel #FBCF91

Color information

#FBCF91 (or 0xFBCF91) is unknown color: approx Caramel. HEX triplet: FB, CF and 91. RGB value is (251,207,145). Sum of RGB (Red+Green+Blue) = 251+207+145=603 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.63% from 603); Green value is 207 (81.25% from 255 or 34.33% from 603); Blue value is 145 (57.03% from 255 or 24.05% from 603); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCF91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCF91 is #04306E. Grayscale: #D5D5D5. Windows color (decimal): -274543 or 9555963. OLE color: 9555963.

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

Color convert

RGB251207145-
CMYK00.180.420.02
HSL35.09º92.98%77.65%-
HSV(B)35.09º42.23%98.43%-
XYZ67.2167.1836.21-
YUV213.0989.58155.04-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.63%
GREEN value IS 207 (81.25% from 255) = 34.33%
BLUE value IS 145 (57.03% from 255) = 24.05%
R=41.63%
G=34.33%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120714500.180.420.0235.0992.9877.65
HexFBCF910122A2235d4e
Octal37331722102252243135116
Binary1111101111001111100100010100101010101010001110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCF91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCF91; }

 p { color: rgb(251,207,145); }

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

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

 a { background-color: rgb(251,207,145); }

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

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

 span { border-color: rgb(251,207,145); }

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