#FADFE1

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

Shades of Pale Pink #FADFE1

Tints of Pale Pink #FADFE1

Color information

#FADFE1 (or 0xFADFE1) is unknown color: approx Pale Pink. HEX triplet: FA, DF and E1. RGB value is (250,223,225). Sum of RGB (Red+Green+Blue) = 250+223+225=698 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.82% from 698); Green value is 223 (87.5% from 255 or 31.95% from 698); Blue value is 225 (88.28% from 255 or 32.23% from 698); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFE1 is #05201E. Grayscale: #E7E7E7. Windows color (decimal): -335903 or 14802938. OLE color: 14802938.

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

Color convert

RGB250223225-
CMYK00.110.100.02
HSL355.56º72.97%92.75%-
HSV(B)355.56º10.8%98.04%-
XYZ79.478.5482.21-
YUV231.3124.45141.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.82%
GREEN value IS 223 (87.5% from 255) = 31.95%
BLUE value IS 225 (88.28% from 255) = 32.23%
R=35.82%
G=31.95%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022322500.110.100.02355.5672.9792.75
HexFADFE10BA2164495d
Octal372337341013122544111135
Binary1111101011011111111000010101110101010110010010010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADFE1; }

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

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

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

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

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

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

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

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