#FADFE6

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

Shades of Amour #FADFE6

Tints of Amour #FADFE6

Color information

#FADFE6 (or 0xFADFE6) is unknown color: approx Amour. HEX triplet: FA, DF and E6. RGB value is (250,223,230). Sum of RGB (Red+Green+Blue) = 250+223+230=703 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.56% from 703); Green value is 223 (87.5% from 255 or 31.72% from 703); Blue value is 230 (90.23% from 255 or 32.72% from 703); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADFE6 is #052019. Grayscale: #E7E7E7. Windows color (decimal): -335898 or 15130618. OLE color: 15130618.

HSL color Cylindrical-coordinate representation of color #FADFE6: hue angle of 344.44º 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 #FADFE6 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB250223230-
CMYK00.110.080.02
HSL344.44º72.97%92.75%-
HSV(B)344.44º10.8%98.04%-
XYZ80.0978.8185.85-
YUV231.87126.95140.93-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.56%
GREEN value IS 223 (87.5% from 255) = 31.72%
BLUE value IS 230 (90.23% from 255) = 32.72%
R=35.56%
G=31.72%
B=32.72%

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
Decimal25022323000.110.080.02344.4472.9792.75
HexFADFE60B82158495d
Octal372337346013102530111135
Binary1111101011011111111001100101110001010101100010010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADFE6; }

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

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

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

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

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

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

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

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