#FBFBB6

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

Shades of Cumulus #FBFBB6

Tints of Cumulus #FBFBB6

Color information

#FBFBB6 (or 0xFBFBB6) is unknown color: approx Cumulus. HEX triplet: FB, FB and B6. RGB value is (251,251,182). Sum of RGB (Red+Green+Blue) = 251+251+182=684 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.70% from 684); Green value is 251 (98.44% from 255 or 36.70% from 684); Blue value is 182 (71.48% from 255 or 26.61% from 684); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFBB6 is #040449. Grayscale: #F3F3F3. Windows color (decimal): -263242 or 11992059. OLE color: 11992059.

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

Color convert

RGB251251182-
CMYK000.270.02
HSL60º89.61%84.9%-
HSV(B)60º27.49%98.43%-
XYZ82.7292.8857.82-
YUV243.1393.5133.61-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.70%
GREEN value IS 251 (98.44% from 255) = 36.70%
BLUE value IS 182 (71.48% from 255) = 26.61%
R=36.70%
G=36.70%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251251182000.270.026089.6184.9
HexFBFBB6001B23c5a55
Octal3733732660033274132125
Binary11111011111110111011011000110111011110010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFBB6; }

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

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

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

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

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

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

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

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