Html Css Color HEX #FDE7EB Amour

📋 copy color: '#FDE7EB'

red 253 ◦ green 231 ◦ blue 235

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

Shades of Amour #FDE7EB

Tints of Amour #FDE7EB

RGB

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

 GREEN value IS 231 (90.63% from 255) = 32.13%

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

R = 35.19%
G = 32.13%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FDE7EB (or 0xFDE7EB) is known color: Amour. HEX triplet: FD, E7 and EB. RGB value is (253,231,235). Sum of RGB (Red+Green+Blue) = 253+231+235=719 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.19% from 719); Green value is 231 (90.62% from 255 or 32.13% from 719); Blue value is 235 (92.19% from 255 or 32.68% from 719); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE7EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE7EB is #021814. Grayscale: #EEEEEE. Windows color (decimal): -137237 or 15460349. OLE color: 15460349.

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

Color convert

RGB 253 231 235 -
CMYK 0 0.09 0.07 0.01
HSL 349.09º 0.85% 0.95% -
HSV(B) 349.09º 0.09% 0.99% -
XYZ 84.08 84.03 90.39 -
YUV 238.03 126.29 138.67 -
System Red Green Blue C M Y K H S L
Decimal 253 231 235 0 0.09 0.07 0.01 349.09 0.85 0.95
Hex FD E7 EB 0 9 7 1 15D 55 5F
Octal 375 347 353 0 11 7 1 535 125 137
Binary 11111101 11100111 11101011 0 1001 111 1 101011101 1010101 1011111

Color Harmonies of #FDE7EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE7EB

Black with #FDE7EB

Text Example


Text Example

White with #FDE7EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE7EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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