#FBF9BA

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

Shades of Cumulus #FBF9BA

Tints of Cumulus #FBF9BA

Color information

#FBF9BA (or 0xFBF9BA) is unknown color: approx Cumulus. HEX triplet: FB, F9 and BA. RGB value is (251,249,186). Sum of RGB (Red+Green+Blue) = 251+249+186=686 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.59% from 686); Green value is 249 (97.66% from 255 or 36.30% from 686); Blue value is 186 (73.05% from 255 or 27.11% from 686); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF9BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF9BA is #040645. Grayscale: #F2F2F2. Windows color (decimal): -263750 or 12253691. OLE color: 12253691.

HSL color Cylindrical-coordinate representation of color #FBF9BA: hue angle of 58.15º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FBF9BA is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB251249186-
CMYK00.010.260.02
HSL58.15º89.04%85.69%-
HSV(B)58.15º25.9%98.43%-
XYZ82.5291.8159.83-
YUV242.4296.16134.12-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.59%
GREEN value IS 249 (97.66% from 255) = 36.30%
BLUE value IS 186 (73.05% from 255) = 27.11%
R=36.59%
G=36.30%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124918600.010.260.0258.1589.0485.69
HexFBF9BA011A23a5956
Octal3733712720132272131126
Binary11111011111110011011101001110101011101010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF9BA; }

 p { color: rgb(251,249,186); }

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

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

 a { background-color: rgb(251,249,186); }

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

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

 span { border-color: rgb(251,249,186); }

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