#FADFE0

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

Shades of Pale Pink #FADFE0

Tints of Pale Pink #FADFE0

Color information

#FADFE0 (or 0xFADFE0) is unknown color: approx Pale Pink. HEX triplet: FA, DF and E0. RGB value is (250,223,224). Sum of RGB (Red+Green+Blue) = 250+223+224=697 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.87% from 697); Green value is 223 (87.5% from 255 or 31.99% from 697); Blue value is 224 (87.89% from 255 or 32.14% from 697); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFE0 is #05201F. Grayscale: #E7E7E7. Windows color (decimal): -335904 or 14737402. OLE color: 14737402.

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

Color convert

RGB250223224-
CMYK00.110.100.02
HSL357.78º72.97%92.75%-
HSV(B)357.78º10.8%98.04%-
XYZ79.2778.4881.49-
YUV231.19123.95141.42-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.87%
GREEN value IS 223 (87.5% from 255) = 31.99%
BLUE value IS 224 (87.89% from 255) = 32.14%
R=35.87%
G=31.99%
B=32.14%

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
Decimal25022322400.110.100.02357.7872.9792.75
HexFADFE00BA2166495d
Octal372337340013122546111135
Binary1111101011011111111000000101110101010110011010010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADFE0; }

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

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

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

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

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

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

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

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