#FBFAE6

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

Shades of Promenade #FBFAE6

Tints of Promenade #FBFAE6

Color information

#FBFAE6 (or 0xFBFAE6) is unknown color: approx Promenade. HEX triplet: FB, FA and E6. RGB value is (251,250,230). Sum of RGB (Red+Green+Blue) = 251+250+230=731 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.34% from 731); Green value is 250 (98.05% from 255 or 34.20% from 731); Blue value is 230 (90.23% from 255 or 31.46% from 731); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFAE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFAE6 is #040519. Grayscale: #F8F8F8. Windows color (decimal): -263450 or 15137531. OLE color: 15137531.

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

Color convert

RGB251250230-
CMYK00.000.080.02
HSL57.14º72.41%94.31%-
HSV(B)57.14º8.37%98.43%-
XYZ88.2594.5988.47-
YUV248.02117.83130.13-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.34%
GREEN value IS 250 (98.05% from 255) = 34.20%
BLUE value IS 230 (90.23% from 255) = 31.46%
R=34.34%
G=34.20%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25125023000.000.080.0257.1472.4194.31
HexFBFAE6008239485e
Octal3733723460010271110136
Binary1111101111111010111001100010001011100110010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFAE6; }

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

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

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

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

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

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

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

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