#FDDADC

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

Shades of Pale Pink #FDDADC

Tints of Pale Pink #FDDADC

Color information

#FDDADC (or 0xFDDADC) is unknown color: approx Pale Pink. HEX triplet: FD, DA and DC. RGB value is (253,218,220). Sum of RGB (Red+Green+Blue) = 253+218+220=691 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.61% from 691); Green value is 218 (85.55% from 255 or 31.55% from 691); Blue value is 220 (86.33% from 255 or 31.84% from 691); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDADC is #022523. Grayscale: #E4E4E4. Windows color (decimal): -140580 or 14473981. OLE color: 14473981.

HSL color Cylindrical-coordinate representation of color #FDDADC: hue angle of 356.57º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FDDADC is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB253218220-
CMYK00.140.130.01
HSL356.57º89.74%92.35%-
HSV(B)356.57º13.83%99.22%-
XYZ78.576.1978.28-
YUV228.69123.1145.34-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.61%
GREEN value IS 218 (85.55% from 255) = 31.55%
BLUE value IS 220 (86.33% from 255) = 31.84%
R=36.61%
G=31.55%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321822000.140.130.01356.5789.7492.35
HexFDDADC0ED11655a5c
Octal375332334016151545132134
Binary111111011101101011011100011101101110110010110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDADC; }

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

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

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

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

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

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

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

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