#FBFABA

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

Shades of Cumulus #FBFABA

Tints of Cumulus #FBFABA

Color information

#FBFABA (or 0xFBFABA) is unknown color: approx Cumulus. HEX triplet: FB, FA and BA. RGB value is (251,250,186). Sum of RGB (Red+Green+Blue) = 251+250+186=687 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.54% from 687); Green value is 250 (98.05% from 255 or 36.39% from 687); Blue value is 186 (73.05% from 255 or 27.07% from 687); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFABA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFABA is #040545. Grayscale: #F3F3F3. Windows color (decimal): -263494 or 12253947. OLE color: 12253947.

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

Color convert

RGB251250186-
CMYK00.000.260.02
HSL59.08º89.04%85.69%-
HSV(B)59.08º25.9%98.43%-
XYZ82.8392.4359.93-
YUV24395.83133.7-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.54%
GREEN value IS 250 (98.05% from 255) = 36.39%
BLUE value IS 186 (73.05% from 255) = 27.07%
R=36.54%
G=36.39%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25125018600.000.260.0259.0889.0485.69
HexFBFABA001A23b5956
Octal3733722720032273131126
Binary11111011111110101011101000110101011101110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFABA; }

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

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

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

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

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

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

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

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