#FBF6B9

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

Shades of Cumulus #FBF6B9

Tints of Cumulus #FBF6B9

Color information

#FBF6B9 (or 0xFBF6B9) is unknown color: approx Cumulus. HEX triplet: FB, F6 and B9. RGB value is (251,246,185). Sum of RGB (Red+Green+Blue) = 251+246+185=682 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.80% from 682); Green value is 246 (96.48% from 255 or 36.07% from 682); Blue value is 185 (72.66% from 255 or 27.13% from 682); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF6B9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF6B9 is #040946. Grayscale: #F0F0F0. Windows color (decimal): -264519 or 12187387. OLE color: 12187387.

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

Color convert

RGB251246185-
CMYK00.020.260.02
HSL55.45º89.19%85.49%-
HSV(B)55.45º26.29%98.43%-
XYZ81.589.9258.96-
YUV240.5496.66135.46-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.80%
GREEN value IS 246 (96.48% from 255) = 36.07%
BLUE value IS 185 (72.66% from 255) = 27.13%
R=36.80%
G=36.07%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124618500.020.260.0255.4589.1985.49
HexFBF6B9021A2375955
Octal3733662710232267131125
Binary111110111111011010111001010110101011011110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF6B9; }

 p { color: rgb(251,246,185); }

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

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

 a { background-color: rgb(251,246,185); }

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

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

 span { border-color: rgb(251,246,185); }

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