#FDDEE6

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

Shades of Pig Pink #FDDEE6

Tints of Pig Pink #FDDEE6

Color information

#FDDEE6 (or 0xFDDEE6) is unknown color: approx Pig Pink. HEX triplet: FD, DE and E6. RGB value is (253,222,230). Sum of RGB (Red+Green+Blue) = 253+222+230=705 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.89% from 705); Green value is 222 (87.11% from 255 or 31.49% from 705); Blue value is 230 (90.23% from 255 or 32.62% from 705); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDEE6 is #022119. Grayscale: #E8E8E8. Windows color (decimal): -139546 or 15130365. OLE color: 15130365.

HSL color Cylindrical-coordinate representation of color #FDDEE6: hue angle of 344.52º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FDDEE6 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB253222230-
CMYK00.120.090.01
HSL344.52º88.57%93.14%-
HSV(B)344.52º12.25%99.22%-
XYZ80.9178.8485.82-
YUV232.18126.77142.85-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.89%
GREEN value IS 222 (87.11% from 255) = 31.49%
BLUE value IS 230 (90.23% from 255) = 32.62%
R=35.89%
G=31.49%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322223000.120.090.01344.5288.5793.14
HexFDDEE60C91159595d
Octal375336346014111531131135
Binary111111011101111011100110011001001110101100110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDEE6; }

 p { color: rgb(253,222,230); }

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

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

 a { background-color: rgb(253,222,230); }

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

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

 span { border-color: rgb(253,222,230); }

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