#FADADC

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

Shades of Pale Pink #FADADC

Tints of Pale Pink #FADADC

Color information

#FADADC (or 0xFADADC) is unknown color: approx Pale Pink. HEX triplet: FA, DA and DC. RGB value is (250,218,220). Sum of RGB (Red+Green+Blue) = 250+218+220=688 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.34% from 688); Green value is 218 (85.55% from 255 or 31.69% from 688); Blue value is 220 (86.33% from 255 or 31.98% from 688); Max value from RGB is 250 - color contains mainly: red. Hex color #FADADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADADC is #052523. Grayscale: #E3E3E3. Windows color (decimal): -337188 or 14473978. OLE color: 14473978.

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

Color convert

RGB250218220-
CMYK00.130.120.02
HSL356.25º76.19%91.76%-
HSV(B)356.25º12.8%98.04%-
XYZ77.4175.6378.23-
YUV227.8123.6143.84-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.34%
GREEN value IS 218 (85.55% from 255) = 31.69%
BLUE value IS 220 (86.33% from 255) = 31.98%
R=36.34%
G=31.69%
B=31.98%

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
Decimal25021822000.130.120.02356.2576.1991.76
HexFADADC0DC21644c5c
Octal372332334015142544114134
Binary1111101011011010110111000110111001010110010010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADADC; }

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

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

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

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

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

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

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

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