#FBFBBE

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

Shades of Cumulus #FBFBBE

Tints of Cumulus #FBFBBE

Color information

#FBFBBE (or 0xFBFBBE) is unknown color: approx Cumulus. HEX triplet: FB, FB and BE. RGB value is (251,251,190). Sum of RGB (Red+Green+Blue) = 251+251+190=692 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.27% from 692); Green value is 251 (98.44% from 255 or 36.27% from 692); Blue value is 190 (74.61% from 255 or 27.46% from 692); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFBBE is #040441. Grayscale: #F4F4F4. Windows color (decimal): -263234 or 12516347. OLE color: 12516347.

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

Color convert

RGB251251190-
CMYK000.240.02
HSL60º88.41%86.47%-
HSV(B)60º24.3%98.43%-
XYZ83.5893.2262.3-
YUV244.0597.5132.96-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.27%
GREEN value IS 251 (98.44% from 255) = 36.27%
BLUE value IS 190 (74.61% from 255) = 27.46%
R=36.27%
G=36.27%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251251190000.240.026088.4186.47
HexFBFBBE001823c5856
Octal3733732760030274130126
Binary11111011111110111011111000110001011110010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFBBE; }

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

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

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

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

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

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

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

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