#FADFE7

Color #FADFE7 Amour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amour #FADFE7

Tints of Amour #FADFE7

Color information

#FADFE7 (or 0xFADFE7) is unknown color: approx Amour. HEX triplet: FA, DF and E7. RGB value is (250,223,231). Sum of RGB (Red+Green+Blue) = 250+223+231=704 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.51% from 704); Green value is 223 (87.5% from 255 or 31.68% from 704); Blue value is 231 (90.62% from 255 or 32.81% from 704); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADFE7 is #052018. Grayscale: #E7E7E7. Windows color (decimal): -335897 or 15196154. OLE color: 15196154.

HSL color Cylindrical-coordinate representation of color #FADFE7: hue angle of 342.22º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FADFE7 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB250223231-
CMYK00.110.080.02
HSL342.22º72.97%92.75%-
HSV(B)342.22º10.8%98.04%-
XYZ80.2478.8786.6-
YUV231.98127.45140.85-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.51%
GREEN value IS 223 (87.5% from 255) = 31.68%
BLUE value IS 231 (90.62% from 255) = 32.81%
R=35.51%
G=31.68%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022323100.110.080.02342.2272.9792.75
HexFADFE70B82156495d
Octal372337347013102526111135
Binary1111101011011111111001110101110001010101011010010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADFE7; }

 p { color: rgb(250,223,231); }

 H1.HeaderClassName
 {
   color: #FADFE7;
 }
 .AnyTagClassName
 {
   color: #FADFE7;
 }
</style>
background-color css

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

 a { background-color: rgb(250,223,231); }

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

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

 span { border-color: rgb(250,223,231); }

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