Html Css Color HEX #FDE2EB Amour

📋 copy color: '#FDE2EB'

red 253 ◦ green 226 ◦ blue 235

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

Shades of Amour #FDE2EB

Tints of Amour #FDE2EB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 31.65%

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

R = 35.43%
G = 31.65%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FDE2EB (or 0xFDE2EB) is known color: Amour. HEX triplet: FD, E2 and EB. RGB value is (253,226,235). Sum of RGB (Red+Green+Blue) = 253+226+235=714 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.43% from 714); Green value is 226 (88.67% from 255 or 31.65% from 714); Blue value is 235 (92.19% from 255 or 32.91% from 714); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE2EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE2EB is #021D14. Grayscale: #EBEBEB. Windows color (decimal): -138517 or 15459069. OLE color: 15459069.

HSL color Cylindrical-coordinate representation of color #FDE2EB: hue angle of 340º degrees, saturation: 0.87, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FDE2EB is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 226 235 -
CMYK 0 0.11 0.07 0.01
HSL 340º 0.87% 0.94% -
HSV(B) 340º 0.11% 0.99% -
XYZ 82.7 81.27 89.93 -
YUV 235.1 127.95 140.77 -
System Red Green Blue C M Y K H S L
Decimal 253 226 235 0 0.11 0.07 0.01 340 0.87 0.94
Hex FD E2 EB 0 B 7 1 154 57 5E
Octal 375 342 353 0 13 7 1 524 127 136
Binary 11111101 11100010 11101011 0 1011 111 1 101010100 1010111 1011110

Color Harmonies of #FDE2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE2EB

Black with #FDE2EB

Text Example


Text Example

White with #FDE2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE2EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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