Html Css Color HEX #FDE4EA Amour

📋 copy color: '#FDE4EA'

red 253 ◦ green 228 ◦ blue 234

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

Shades of Amour #FDE4EA

Tints of Amour #FDE4EA

RGB

 RED value IS 253 (99.22% from 255) = 35.38%

 GREEN value IS 228 (89.45% from 255) = 31.89%

 BLUE value IS 234 (91.8% from 255) = 32.73%

R = 35.38%
G = 31.89%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FDE4EA (or 0xFDE4EA) is known color: Amour. HEX triplet: FD, E4 and EA. RGB value is (253,228,234). Sum of RGB (Red+Green+Blue) = 253+228+234=715 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.38% from 715); Green value is 228 (89.45% from 255 or 31.89% from 715); Blue value is 234 (91.80% from 255 or 32.73% from 715); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE4EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE4EA is #021B15. Grayscale: #ECECEC. Windows color (decimal): -138006 or 15394045. OLE color: 15394045.

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

Color convert

RGB 253 228 234 -
CMYK 0 0.10 0.08 0.01
HSL 345.6º 0.86% 0.94% -
HSV(B) 345.6º 0.1% 0.99% -
XYZ 83.1 82.31 89.35 -
YUV 236.16 126.78 140.01 -
System Red Green Blue C M Y K H S L
Decimal 253 228 234 0 0.10 0.08 0.01 345.6 0.86 0.94
Hex FD E4 EA 0 A 8 1 15A 56 5E
Octal 375 344 352 0 12 10 1 532 126 136
Binary 11111101 11100100 11101010 0 1010 1000 1 101011010 1010110 1011110

Color Harmonies of #FDE4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE4EA

Black with #FDE4EA

Text Example


Text Example

White with #FDE4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE4EA; }

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

 H1.HeaderClassName
 {
   color: #FDE4EA;
 }
 .AnyTagClassName
 {
   color: #FDE4EA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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