Html Css Color HEX #FDFAEA Promenade

📋 copy color: '#FDFAEA'

red 253 ◦ green 250 ◦ blue 234

#FDFAEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Promenade #FDFAEA

Tints of Promenade #FDFAEA

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.8% from 255) = 31.75%

R = 34.33%
G = 33.92%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FDFAEA (or 0xFDFAEA) is known color: 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

RGB 253 250 234 -
CMYK 0 0.01 0.08 0.01
HSL 50.53º 0.83% 0.95% -
HSV(B) 50.53º 0.08% 0.99% -
XYZ 89.54 95.19 91.5 -
YUV 249.07 119.49 130.8 -
System Red Green Blue C M Y K H S L
Decimal 253 250 234 0 0.01 0.08 0.01 50.53 0.83 0.95
Hex FD FA EA 0 1 8 1 33 53 5F
Octal 375 372 352 0 1 10 1 63 123 137
Binary 11111101 11111010 11101010 0 1 1000 1 110011 1010011 1011111

Color Harmonies of #FDFAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFAEA

Black with #FDFAEA

Text Example


Text Example

White with #FDFAEA

Text Example


Text Example

HTML Codes & Css Web 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>