#FBFBBF

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

Shades of Cumulus #FBFBBF

Tints of Cumulus #FBFBBF

Color information

#FBFBBF (or 0xFBFBBF) is unknown color: approx Cumulus. HEX triplet: FB, FB and BF. RGB value is (251,251,191). Sum of RGB (Red+Green+Blue) = 251+251+191=693 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.22% from 693); Green value is 251 (98.44% from 255 or 36.22% from 693); Blue value is 191 (75% from 255 or 27.56% from 693); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFBBF is #040440. Grayscale: #F4F4F4. Windows color (decimal): -263233 or 12581883. OLE color: 12581883.

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

Color convert

RGB251251191-
CMYK000.240.02
HSL60º88.24%86.67%-
HSV(B)60º23.9%98.43%-
XYZ83.6893.2762.88-
YUV244.1698132.88-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.22%
GREEN value IS 251 (98.44% from 255) = 36.22%
BLUE value IS 191 (75% from 255) = 27.56%
R=36.22%
G=36.22%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251251191000.240.026088.2486.67
HexFBFBBF001823c5857
Octal3733732770030274130127
Binary11111011111110111011111100110001011110010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFBBF; }

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

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

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

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

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

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

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

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