#FDD2E4

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

Shades of Pig Pink #FDD2E4

Tints of Pig Pink #FDD2E4

Color information

#FDD2E4 (or 0xFDD2E4) is unknown color: approx Pig Pink. HEX triplet: FD, D2 and E4. RGB value is (253,210,228). Sum of RGB (Red+Green+Blue) = 253+210+228=691 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.61% from 691); Green value is 210 (82.42% from 255 or 30.39% from 691); Blue value is 228 (89.45% from 255 or 33.00% from 691); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD2E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD2E4 is #022D1B. Grayscale: #E0E0E0. Windows color (decimal): -142620 or 14996221. OLE color: 14996221.

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

Color convert

RGB253210228-
CMYK00.170.100.01
HSL334.88º91.49%90.78%-
HSV(B)334.88º17%99.22%-
XYZ77.5672.5883.32-
YUV224.91129.75148.04-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.61%
GREEN value IS 210 (82.42% from 255) = 30.39%
BLUE value IS 228 (89.45% from 255) = 33.00%
R=36.61%
G=30.39%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321022800.170.100.01334.8891.4990.78
HexFDD2E4011A114f5b5b
Octal375322344021121517133133
Binary1111110111010010111001000100011010110100111110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD2E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD2E4; }

 p { color: rgb(253,210,228); }

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

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

 a { background-color: rgb(253,210,228); }

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

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

 span { border-color: rgb(253,210,228); }

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