#FBF5B6

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

Shades of Cumulus #FBF5B6

Tints of Cumulus #FBF5B6

Color information

#FBF5B6 (or 0xFBF5B6) is unknown color: approx Cumulus. HEX triplet: FB, F5 and B6. RGB value is (251,245,182). Sum of RGB (Red+Green+Blue) = 251+245+182=678 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.02% from 678); Green value is 245 (96.09% from 255 or 36.14% from 678); Blue value is 182 (71.48% from 255 or 26.84% from 678); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF5B6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF5B6 is #040A49. Grayscale: #EFEFEF. Windows color (decimal): -264778 or 11990523. OLE color: 11990523.

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

Color convert

RGB251245182-
CMYK00.020.270.02
HSL54.78º89.61%84.9%-
HSV(B)54.78º27.49%98.43%-
XYZ80.8889.1957.21-
YUV239.6195.49136.12-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.02%
GREEN value IS 245 (96.09% from 255) = 36.14%
BLUE value IS 182 (71.48% from 255) = 26.84%
R=37.02%
G=36.14%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124518200.020.270.0254.7889.6184.9
HexFBF5B6021B2375a55
Octal3733652660233267132125
Binary111110111111010110110110010110111011011110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF5B6; }

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

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

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

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

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

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

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

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