#FBF8BF

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

Shades of Cumulus #FBF8BF

Tints of Cumulus #FBF8BF

Color information

#FBF8BF (or 0xFBF8BF) is unknown color: approx Cumulus. HEX triplet: FB, F8 and BF. RGB value is (251,248,191). Sum of RGB (Red+Green+Blue) = 251+248+191=690 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.38% from 690); Green value is 248 (97.27% from 255 or 35.94% from 690); Blue value is 191 (75% from 255 or 27.68% from 690); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF8BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF8BF is #040740. Grayscale: #F2F2F2. Windows color (decimal): -264001 or 12581115. OLE color: 12581115.

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

Color convert

RGB251248191-
CMYK00.010.240.02
HSL57º88.24%86.67%-
HSV(B)57º23.9%98.43%-
XYZ82.7691.4162.57-
YUV242.498.99134.13-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.38%
GREEN value IS 248 (97.27% from 255) = 35.94%
BLUE value IS 191 (75% from 255) = 27.68%
R=36.38%
G=35.94%
B=27.68%

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
Decimal25124819100.010.240.025788.2486.67
HexFBF8BF01182395857
Octal3733702770130271130127
Binary11111011111110001011111101110001011100110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF8BF; }

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

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

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

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

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

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

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

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