#FBFABE

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

Shades of Cumulus #FBFABE

Tints of Cumulus #FBFABE

Color information

#FBFABE (or 0xFBFABE) is unknown color: approx Cumulus. HEX triplet: FB, FA and BE. RGB value is (251,250,190). Sum of RGB (Red+Green+Blue) = 251+250+190=691 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.32% from 691); Green value is 250 (98.05% from 255 or 36.18% from 691); Blue value is 190 (74.61% from 255 or 27.50% from 691); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFABE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFABE is #040541. Grayscale: #F3F3F3. Windows color (decimal): -263490 or 12516091. OLE color: 12516091.

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

Color convert

RGB251250190-
CMYK00.000.240.02
HSL59.02º88.41%86.47%-
HSV(B)59.02º24.3%98.43%-
XYZ83.2692.662.2-
YUV243.4697.83133.38-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.32%
GREEN value IS 250 (98.05% from 255) = 36.18%
BLUE value IS 190 (74.61% from 255) = 27.50%
R=36.32%
G=36.18%
B=27.50%

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
Decimal25125019000.000.240.0259.0288.4186.47
HexFBFABE001823b5856
Octal3733722760030273130126
Binary11111011111110101011111000110001011101110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFABE; }

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

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

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

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

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

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

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

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