#FBFAB6

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

Shades of Cumulus #FBFAB6

Tints of Cumulus #FBFAB6

Color information

#FBFAB6 (or 0xFBFAB6) is unknown color: approx Cumulus. HEX triplet: FB, FA and B6. RGB value is (251,250,182). Sum of RGB (Red+Green+Blue) = 251+250+182=683 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.75% from 683); Green value is 250 (98.05% from 255 or 36.60% from 683); Blue value is 182 (71.48% from 255 or 26.65% from 683); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFAB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFAB6 is #040549. Grayscale: #F2F2F2. Windows color (decimal): -263498 or 11991803. OLE color: 11991803.

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

Color convert

RGB251250182-
CMYK00.000.270.02
HSL59.13º89.61%84.9%-
HSV(B)59.13º27.49%98.43%-
XYZ82.4192.2657.72-
YUV242.5593.83134.03-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.75%
GREEN value IS 250 (98.05% from 255) = 36.60%
BLUE value IS 182 (71.48% from 255) = 26.65%
R=36.75%
G=36.60%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25125018200.000.270.0259.1389.6184.9
HexFBFAB6001B23b5a55
Octal3733722660033273132125
Binary11111011111110101011011000110111011101110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFAB6; }

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

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

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

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

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

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

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

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