#FBF9B6

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

Shades of Cumulus #FBF9B6

Tints of Cumulus #FBF9B6

Color information

#FBF9B6 (or 0xFBF9B6) is unknown color: approx Cumulus. HEX triplet: FB, F9 and B6. RGB value is (251,249,182). Sum of RGB (Red+Green+Blue) = 251+249+182=682 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.80% from 682); Green value is 249 (97.66% from 255 or 36.51% from 682); Blue value is 182 (71.48% from 255 or 26.69% from 682); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF9B6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF9B6 is #040649. Grayscale: #F2F2F2. Windows color (decimal): -263754 or 11991547. OLE color: 11991547.

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

Color convert

RGB251249182-
CMYK00.010.270.02
HSL58.26º89.61%84.9%-
HSV(B)58.26º27.49%98.43%-
XYZ82.191.6457.62-
YUV241.9694.16134.45-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.80%
GREEN value IS 249 (97.66% from 255) = 36.51%
BLUE value IS 182 (71.48% from 255) = 26.69%
R=36.80%
G=36.51%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124918200.010.270.0258.2689.6184.9
HexFBF9B6011B23a5a55
Octal3733712660133272132125
Binary11111011111110011011011001110111011101010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF9B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF9B6; }

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

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

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

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

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

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

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

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