#FDDEF5

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

Shades of Pig Pink #FDDEF5

Tints of Pig Pink #FDDEF5

Color information

#FDDEF5 (or 0xFDDEF5) is unknown color: approx Pig Pink. HEX triplet: FD, DE and F5. RGB value is (253,222,245). Sum of RGB (Red+Green+Blue) = 253+222+245=720 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.14% from 720); Green value is 222 (87.11% from 255 or 30.83% from 720); Blue value is 245 (96.09% from 255 or 34.03% from 720); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDEF5 is #02210A. Grayscale: #E9E9E9. Windows color (decimal): -139531 or 16113405. OLE color: 16113405.

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

Color convert

RGB253222245-
CMYK00.120.030.01
HSL315.48º88.57%93.14%-
HSV(B)315.48º12.25%99.22%-
XYZ83.1179.7297.39-
YUV233.89134.27141.63-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.14%
GREEN value IS 222 (87.11% from 255) = 30.83%
BLUE value IS 245 (96.09% from 255) = 34.03%
R=35.14%
G=30.83%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322224500.120.030.01315.4888.5793.14
HexFDDEF50C3113b595d
Octal37533636501431473131135
Binary1111110111011110111101010110011110011101110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDEF5; }

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

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

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

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

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

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

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

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