#FDD5EA

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

Shades of Pig Pink #FDD5EA

Tints of Pig Pink #FDD5EA

Color information

#FDD5EA (or 0xFDD5EA) is unknown color: approx Pig Pink. HEX triplet: FD, D5 and EA. RGB value is (253,213,234). Sum of RGB (Red+Green+Blue) = 253+213+234=700 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.14% from 700); Green value is 213 (83.59% from 255 or 30.43% from 700); Blue value is 234 (91.80% from 255 or 33.43% from 700); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD5EA is #022A15. Grayscale: #E3E3E3. Windows color (decimal): -141846 or 15390205. OLE color: 15390205.

HSL color Cylindrical-coordinate representation of color #FDD5EA: hue angle of 328.5º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FDD5EA is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB253213234-
CMYK00.160.080.01
HSL328.5º90.91%91.37%-
HSV(B)328.5º15.81%99.22%-
XYZ79.1574.4188.03-
YUV227.35131.75146.29-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.14%
GREEN value IS 213 (83.59% from 255) = 30.43%
BLUE value IS 234 (91.80% from 255) = 33.43%
R=36.14%
G=30.43%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321323400.160.080.01328.590.9191.37
HexFDD5EA010811485b5b
Octal375325352020101510133133
Binary1111110111010101111010100100001000110100100010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD5EA; }

 p { color: rgb(253,213,234); }

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

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

 a { background-color: rgb(253,213,234); }

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

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

 span { border-color: rgb(253,213,234); }

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