#FBFBBB

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

Shades of Cumulus #FBFBBB

Tints of Cumulus #FBFBBB

Color information

#FBFBBB (or 0xFBFBBB) is unknown color: approx Cumulus. HEX triplet: FB, FB and BB. RGB value is (251,251,187). Sum of RGB (Red+Green+Blue) = 251+251+187=689 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.43% from 689); Green value is 251 (98.44% from 255 or 36.43% from 689); Blue value is 187 (73.44% from 255 or 27.14% from 689); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFBBB is #040444. Grayscale: #F3F3F3. Windows color (decimal): -263237 or 12319739. OLE color: 12319739.

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

Color convert

RGB251251187-
CMYK000.250.02
HSL60º88.89%85.88%-
HSV(B)60º25.5%98.43%-
XYZ83.2593.0960.59-
YUV243.796133.2-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.43%
GREEN value IS 251 (98.44% from 255) = 36.43%
BLUE value IS 187 (73.44% from 255) = 27.14%
R=36.43%
G=36.43%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251251187000.250.026088.8985.88
HexFBFBBB001923c5956
Octal3733732730031274131126
Binary11111011111110111011101100110011011110010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFBBB; }

 p { color: rgb(251,251,187); }

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

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

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

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

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

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

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