#FDD9EE

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

Shades of Pig Pink #FDD9EE

Tints of Pig Pink #FDD9EE

Color information

#FDD9EE (or 0xFDD9EE) is unknown color: approx Pig Pink. HEX triplet: FD, D9 and EE. RGB value is (253,217,238). Sum of RGB (Red+Green+Blue) = 253+217+238=708 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.73% from 708); Green value is 217 (85.16% from 255 or 30.65% from 708); Blue value is 238 (93.36% from 255 or 33.62% from 708); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD9EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD9EE is #022611. Grayscale: #E6E6E6. Windows color (decimal): -140818 or 15653373. OLE color: 15653373.

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

Color convert

RGB253217238-
CMYK00.140.060.01
HSL325º90%92.16%-
HSV(B)325º14.23%99.22%-
XYZ80.7576.6891.43-
YUV230.16132.43144.29-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.73%
GREEN value IS 217 (85.16% from 255) = 30.65%
BLUE value IS 238 (93.36% from 255) = 33.62%
R=35.73%
G=30.65%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321723800.140.060.013259092.16
HexFDD9EE0E611455a5c
Octal37533135601661505132134
Binary11111101110110011110111001110110110100010110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD9EE; }

 p { color: rgb(253,217,238); }

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

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

 a { background-color: rgb(253,217,238); }

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

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

 span { border-color: rgb(253,217,238); }

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