#FBF9B7

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

Shades of Cumulus #FBF9B7

Tints of Cumulus #FBF9B7

Color information

#FBF9B7 (or 0xFBF9B7) is unknown color: approx Cumulus. HEX triplet: FB, F9 and B7. RGB value is (251,249,183). Sum of RGB (Red+Green+Blue) = 251+249+183=683 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.75% from 683); Green value is 249 (97.66% from 255 or 36.46% from 683); Blue value is 183 (71.88% from 255 or 26.79% from 683); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF9B7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF9B7 is #040648. Grayscale: #F2F2F2. Windows color (decimal): -263753 or 12057083. OLE color: 12057083.

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

Color convert

RGB251249183-
CMYK00.010.270.02
HSL58.24º89.47%85.1%-
HSV(B)58.24º27.09%98.43%-
XYZ82.2191.6858.16-
YUV242.0794.66134.37-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.75%
GREEN value IS 249 (97.66% from 255) = 36.46%
BLUE value IS 183 (71.88% from 255) = 26.79%
R=36.75%
G=36.46%
B=26.79%

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
Decimal25124918300.010.270.0258.2489.4785.1
HexFBF9B7011B23a5955
Octal3733712670133272131125
Binary11111011111110011011011101110111011101010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF9B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF9B7; }

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

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

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

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

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

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

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

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