Html Css Color HEX #FDE6EB Amour

📋 copy color: '#FDE6EB'

red 253 ◦ green 230 ◦ blue 235

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

Shades of Amour #FDE6EB

Tints of Amour #FDE6EB

RGB

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

 GREEN value IS 230 (90.23% from 255) = 32.03%

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

R = 35.24%
G = 32.03%
B = 32.73%

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

#FDE6EB (or 0xFDE6EB) is known color: Amour. HEX triplet: FD, E6 and EB. RGB value is (253,230,235). Sum of RGB (Red+Green+Blue) = 253+230+235=718 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.24% from 718); Green value is 230 (90.23% from 255 or 32.03% from 718); Blue value is 235 (92.19% from 255 or 32.73% from 718); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE6EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE6EB is #021914. Grayscale: #EDEDED. Windows color (decimal): -137493 or 15460093. OLE color: 15460093.

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

Color convert

RGB 253 230 235 -
CMYK 0 0.09 0.07 0.01
HSL 346.96º 0.85% 0.95% -
HSV(B) 346.96º 0.09% 0.99% -
XYZ 83.8 83.47 90.29 -
YUV 237.45 126.62 139.09 -
System Red Green Blue C M Y K H S L
Decimal 253 230 235 0 0.09 0.07 0.01 346.96 0.85 0.95
Hex FD E6 EB 0 9 7 1 15B 55 5F
Octal 375 346 353 0 11 7 1 533 125 137
Binary 11111101 11100110 11101011 0 1001 111 1 101011011 1010101 1011111

Color Harmonies of #FDE6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE6EB

Black with #FDE6EB

Text Example


Text Example

White with #FDE6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE6EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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