#FAFBBB

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

Shades of Cumulus #FAFBBB

Tints of Cumulus #FAFBBB

Color information

#FAFBBB (or 0xFAFBBB) is unknown color: approx Cumulus. HEX triplet: FA, FB and BB. RGB value is (250,251,187). Sum of RGB (Red+Green+Blue) = 250+251+187=688 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.34% from 688); Green value is 251 (98.44% from 255 or 36.48% from 688); Blue value is 187 (73.44% from 255 or 27.18% from 688); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFBBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFBBB is #050444. Grayscale: #F3F3F3. Windows color (decimal): -328773 or 12319738. OLE color: 12319738.

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

Color convert

RGB250251187-
CMYK0.0000.250.02
HSL60.94º88.89%85.88%-
HSV(B)60.94º25.5%98.43%-
XYZ82.8992.9160.58-
YUV243.496.17132.7-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.34%
GREEN value IS 251 (98.44% from 255) = 36.48%
BLUE value IS 187 (73.44% from 255) = 27.18%
R=36.34%
G=36.48%
B=27.18%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502511870.0000.250.0260.9488.8985.88
HexFAFBBB001923d5956
Octal3723732730031275131126
Binary11111010111110111011101100110011011110110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFBBB; }

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

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

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

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

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

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

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

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