#FBFABF

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

Shades of Cumulus #FBFABF

Tints of Cumulus #FBFABF

Color information

#FBFABF (or 0xFBFABF) is unknown color: approx Cumulus. HEX triplet: FB, FA and BF. RGB value is (251,250,191). Sum of RGB (Red+Green+Blue) = 251+250+191=692 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.27% from 692); Green value is 250 (98.05% from 255 or 36.13% from 692); Blue value is 191 (75% from 255 or 27.60% from 692); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFABF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFABF is #040540. Grayscale: #F3F3F3. Windows color (decimal): -263489 or 12581627. OLE color: 12581627.

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

Color convert

RGB251250191-
CMYK00.000.240.02
HSL59º88.24%86.67%-
HSV(B)59º23.9%98.43%-
XYZ83.3792.6462.78-
YUV243.5798.33133.3-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.27%
GREEN value IS 250 (98.05% from 255) = 36.13%
BLUE value IS 191 (75% from 255) = 27.60%
R=36.27%
G=36.13%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25125019100.000.240.025988.2486.67
HexFBFABF001823b5857
Octal3733722770030273130127
Binary11111011111110101011111100110001011101110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFABF; }

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

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

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

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

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

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

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

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