Html Css Color HEX #FDE4EB Amour

📋 copy color: '#FDE4EB'

red 253 ◦ green 228 ◦ blue 235

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

Shades of Amour #FDE4EB

Tints of Amour #FDE4EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 32.82%

R = 35.34%
G = 31.84%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FDE4EB (or 0xFDE4EB) is known color: Amour. HEX triplet: FD, E4 and EB. RGB value is (253,228,235). Sum of RGB (Red+Green+Blue) = 253+228+235=716 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.34% from 716); Green value is 228 (89.45% from 255 or 31.84% from 716); Blue value is 235 (92.19% from 255 or 32.82% from 716); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE4EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE4EB is #021B14. Grayscale: #ECECEC. Windows color (decimal): -138005 or 15459581. OLE color: 15459581.

HSL color Cylindrical-coordinate representation of color #FDE4EB: hue angle of 343.2º 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 #FDE4EB is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 228 235 -
CMYK 0 0.10 0.07 0.01
HSL 343.2º 0.86% 0.94% -
HSV(B) 343.2º 0.1% 0.99% -
XYZ 83.25 82.37 90.11 -
YUV 236.27 127.28 139.93 -
System Red Green Blue C M Y K H S L
Decimal 253 228 235 0 0.10 0.07 0.01 343.2 0.86 0.94
Hex FD E4 EB 0 A 7 1 157 56 5E
Octal 375 344 353 0 12 7 1 527 126 136
Binary 11111101 11100100 11101011 0 1010 111 1 101010111 1010110 1011110

Color Harmonies of #FDE4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE4EB

Black with #FDE4EB

Text Example


Text Example

White with #FDE4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE4EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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