#FDDAE9

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

Shades of Pig Pink #FDDAE9

Tints of Pig Pink #FDDAE9

Color information

#FDDAE9 (or 0xFDDAE9) is unknown color: approx Pig Pink. HEX triplet: FD, DA and E9. RGB value is (253,218,233). Sum of RGB (Red+Green+Blue) = 253+218+233=704 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.94% from 704); Green value is 218 (85.55% from 255 or 30.97% from 704); Blue value is 233 (91.41% from 255 or 33.10% from 704); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDAE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDAE9 is #022516. Grayscale: #E6E6E6. Windows color (decimal): -140567 or 15325949. OLE color: 15325949.

HSL color Cylindrical-coordinate representation of color #FDDAE9: hue angle of 334.29º 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 #FDDAE9 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB253218233-
CMYK00.140.080.01
HSL334.29º89.74%92.35%-
HSV(B)334.29º13.83%99.22%-
XYZ80.2976.9187.7-
YUV230.18129.6144.28-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.94%
GREEN value IS 218 (85.55% from 255) = 30.97%
BLUE value IS 233 (91.41% from 255) = 33.10%
R=35.94%
G=30.97%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321823300.140.080.01334.2989.7492.35
HexFDDAE90E8114e5a5c
Octal375332351016101516132134
Binary111111011101101011101001011101000110100111010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDAE9; }

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

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

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

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

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

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

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

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