#FDDEEF

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

Shades of Pig Pink #FDDEEF

Tints of Pig Pink #FDDEEF

Color information

#FDDEEF (or 0xFDDEEF) is unknown color: approx Pig Pink. HEX triplet: FD, DE and EF. RGB value is (253,222,239). Sum of RGB (Red+Green+Blue) = 253+222+239=714 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.43% from 714); Green value is 222 (87.11% from 255 or 31.09% from 714); Blue value is 239 (93.75% from 255 or 33.47% from 714); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDEEF is #022110. Grayscale: #E9E9E9. Windows color (decimal): -139537 or 15720189. OLE color: 15720189.

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

Color convert

RGB253222239-
CMYK00.120.060.01
HSL327.1º88.57%93.14%-
HSV(B)327.1º12.25%99.22%-
XYZ82.2179.3692.65-
YUV233.21131.27142.12-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.43%
GREEN value IS 222 (87.11% from 255) = 31.09%
BLUE value IS 239 (93.75% from 255) = 33.47%
R=35.43%
G=31.09%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322223900.120.060.01327.188.5793.14
HexFDDEEF0C61147595d
Octal37533635701461507131135
Binary11111101110111101110111101100110110100011110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDEEF; }

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

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

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

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

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

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

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

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