#FDFAEA

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

Shades of Promenade #FDFAEA

Tints of Promenade #FDFAEA

Color information

#FDFAEA (or 0xFDFAEA) is unknown color: approx Promenade. HEX triplet: FD, FA and EA. RGB value is (253,250,234). Sum of RGB (Red+Green+Blue) = 253+250+234=737 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.33% from 737); Green value is 250 (98.05% from 255 or 33.92% from 737); Blue value is 234 (91.80% from 255 or 31.75% from 737); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFAEA is #020515. Grayscale: #F9F9F9. Windows color (decimal): -132374 or 15399677. OLE color: 15399677.

HSL color Cylindrical-coordinate representation of color #FDFAEA: hue angle of 50.53º degrees, saturation: 0.83, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FDFAEA is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB253250234-
CMYK00.010.080.01
HSL50.53º82.61%95.49%-
HSV(B)50.53º7.51%99.22%-
XYZ89.5495.1991.5-
YUV249.07119.49130.8-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.33%
GREEN value IS 250 (98.05% from 255) = 33.92%
BLUE value IS 234 (91.80% from 255) = 31.75%
R=34.33%
G=33.92%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325023400.010.080.0150.5382.6195.49
HexFDFAEA018133535f
Octal3753723520110163123137
Binary111111011111101011101010011000111001110100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFAEA; }

 p { color: rgb(253,250,234); }

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

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

 a { background-color: rgb(253,250,234); }

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

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

 span { border-color: rgb(253,250,234); }

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