#FBFABB

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

Shades of Cumulus #FBFABB

Tints of Cumulus #FBFABB

Color information

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

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

Color convert

RGB251250187-
CMYK00.000.250.02
HSL59.06º88.89%85.88%-
HSV(B)59.06º25.5%98.43%-
XYZ82.9492.4760.49-
YUV243.1296.33133.62-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25125018700.000.250.0259.0688.8985.88
HexFBFABB001923b5956
Octal3733722730031273131126
Binary11111011111110101011101100110011011101110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFABB; }

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

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

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

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

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

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

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

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