#FDD1ED

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

Shades of Pig Pink #FDD1ED

Tints of Pig Pink #FDD1ED

Color information

#FDD1ED (or 0xFDD1ED) is unknown color: approx Pig Pink. HEX triplet: FD, D1 and ED. RGB value is (253,209,237). Sum of RGB (Red+Green+Blue) = 253+209+237=699 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.19% from 699); Green value is 209 (82.03% from 255 or 29.90% from 699); Blue value is 237 (92.97% from 255 or 33.91% from 699); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD1ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD1ED is #022E12. Grayscale: #E1E1E1. Windows color (decimal): -142867 or 15585789. OLE color: 15585789.

HSL color Cylindrical-coordinate representation of color #FDD1ED: hue angle of 321.82º degrees, saturation: 0.92, 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 #FDD1ED is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB253209237-
CMYK00.170.060.01
HSL321.82º91.67%90.59%-
HSV(B)321.82º17.39%99.22%-
XYZ78.5972.689.99-
YUV225.35134.58147.72-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.19%
GREEN value IS 209 (82.03% from 255) = 29.90%
BLUE value IS 237 (92.97% from 255) = 33.91%
R=36.19%
G=29.90%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320923700.170.060.01321.8291.6790.59
HexFDD1ED011611425c5b
Octal37532135502161502134133
Binary111111011101000111101101010001110110100001010111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD1ED; }

 p { color: rgb(253,209,237); }

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

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

 a { background-color: rgb(253,209,237); }

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

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

 span { border-color: rgb(253,209,237); }

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