#FBF4B6

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

Shades of Cumulus #FBF4B6

Tints of Cumulus #FBF4B6

Color information

#FBF4B6 (or 0xFBF4B6) is unknown color: approx Cumulus. HEX triplet: FB, F4 and B6. RGB value is (251,244,182). Sum of RGB (Red+Green+Blue) = 251+244+182=677 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.08% from 677); Green value is 244 (95.70% from 255 or 36.04% from 677); Blue value is 182 (71.48% from 255 or 26.88% from 677); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF4B6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF4B6 is #040B49. Grayscale: #EFEFEF. Windows color (decimal): -265034 or 11990267. OLE color: 11990267.

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

Color convert

RGB251244182-
CMYK00.030.270.02
HSL53.91º89.61%84.9%-
HSV(B)53.91º27.49%98.43%-
XYZ80.5888.5957.11-
YUV239.0295.82136.54-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.08%
GREEN value IS 244 (95.70% from 255) = 36.04%
BLUE value IS 182 (71.48% from 255) = 26.88%
R=37.08%
G=36.04%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124418200.030.270.0253.9189.6184.9
HexFBF4B6031B2365a55
Octal3733642660333266132125
Binary111110111111010010110110011110111011011010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF4B6; }

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

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

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

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

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

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

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

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