#FBFAB9

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

Shades of Cumulus #FBFAB9

Tints of Cumulus #FBFAB9

Color information

#FBFAB9 (or 0xFBFAB9) is unknown color: approx Cumulus. HEX triplet: FB, FA and B9. RGB value is (251,250,185). Sum of RGB (Red+Green+Blue) = 251+250+185=686 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.59% from 686); Green value is 250 (98.05% from 255 or 36.44% from 686); Blue value is 185 (72.66% from 255 or 26.97% from 686); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFAB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFAB9 is #040546. Grayscale: #F3F3F3. Windows color (decimal): -263495 or 12188411. OLE color: 12188411.

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

Color convert

RGB251250185-
CMYK00.000.260.02
HSL59.09º89.19%85.49%-
HSV(B)59.09º26.29%98.43%-
XYZ82.7392.3859.37-
YUV242.8995.33133.79-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.59%
GREEN value IS 250 (98.05% from 255) = 36.44%
BLUE value IS 185 (72.66% from 255) = 26.97%
R=36.59%
G=36.44%
B=26.97%

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
Decimal25125018500.000.260.0259.0989.1985.49
HexFBFAB9001A23b5955
Octal3733722710032273131125
Binary11111011111110101011100100110101011101110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFAB9; }

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

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

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

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

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

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

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

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