#FBF9BF

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

Shades of Cumulus #FBF9BF

Tints of Cumulus #FBF9BF

Color information

#FBF9BF (or 0xFBF9BF) is unknown color: approx Cumulus. HEX triplet: FB, F9 and BF. RGB value is (251,249,191). Sum of RGB (Red+Green+Blue) = 251+249+191=691 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.32% from 691); Green value is 249 (97.66% from 255 or 36.03% from 691); Blue value is 191 (75% from 255 or 27.64% from 691); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF9BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF9BF is #040640. Grayscale: #F3F3F3. Windows color (decimal): -263745 or 12581371. OLE color: 12581371.

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

Color convert

RGB251249191-
CMYK00.010.240.02
HSL58º88.24%86.67%-
HSV(B)58º23.9%98.43%-
XYZ83.0692.0262.67-
YUV242.9998.66133.72-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.32%
GREEN value IS 249 (97.66% from 255) = 36.03%
BLUE value IS 191 (75% from 255) = 27.64%
R=36.32%
G=36.03%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124919100.010.240.025888.2486.67
HexFBF9BF011823a5857
Octal3733712770130272130127
Binary11111011111110011011111101110001011101010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF9BF; }

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

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

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

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

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

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

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

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