#FADADD

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

Shades of Pale Pink #FADADD

Tints of Pale Pink #FADADD

Color information

#FADADD (or 0xFADADD) is unknown color: approx Pale Pink. HEX triplet: FA, DA and DD. RGB value is (250,218,221). Sum of RGB (Red+Green+Blue) = 250+218+221=689 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.28% from 689); Green value is 218 (85.55% from 255 or 31.64% from 689); Blue value is 221 (86.72% from 255 or 32.08% from 689); Max value from RGB is 250 - color contains mainly: red. Hex color #FADADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADADD is #052522. Grayscale: #E3E3E3. Windows color (decimal): -337187 or 14539514. OLE color: 14539514.

HSL color Cylindrical-coordinate representation of color #FADADD: hue angle of 354.38º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FADADD is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB250218221-
CMYK00.130.120.02
HSL354.38º76.19%91.76%-
HSV(B)354.38º12.8%98.04%-
XYZ77.5575.6978.93-
YUV227.91124.1143.76-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.28%
GREEN value IS 218 (85.55% from 255) = 31.64%
BLUE value IS 221 (86.72% from 255) = 32.08%
R=36.28%
G=31.64%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021822100.130.120.02354.3876.1991.76
HexFADADD0DC21624c5c
Octal372332335015142542114134
Binary1111101011011010110111010110111001010110001010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADADD; }

 p { color: rgb(250,218,221); }

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

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

 a { background-color: rgb(250,218,221); }

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

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

 span { border-color: rgb(250,218,221); }

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