#FDDFED

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

Shades of Pig Pink #FDDFED

Tints of Pig Pink #FDDFED

Color information

#FDDFED (or 0xFDDFED) is unknown color: approx Pig Pink. HEX triplet: FD, DF and ED. RGB value is (253,223,237). Sum of RGB (Red+Green+Blue) = 253+223+237=713 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.48% from 713); Green value is 223 (87.5% from 255 or 31.28% from 713); Blue value is 237 (92.97% from 255 or 33.24% from 713); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDFED is #022012. Grayscale: #E9E9E9. Windows color (decimal): -139283 or 15589373. OLE color: 15589373.

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

Color convert

RGB253223237-
CMYK00.120.060.01
HSL332º88.24%93.33%-
HSV(B)332º11.86%99.22%-
XYZ82.1879.7791.19-
YUV233.57129.94141.86-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.48%
GREEN value IS 223 (87.5% from 255) = 31.28%
BLUE value IS 237 (92.97% from 255) = 33.24%
R=35.48%
G=31.28%
B=33.24%

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
Decimal25322323700.120.060.0133288.2493.33
HexFDDFED0C6114c585d
Octal37533735501461514130135
Binary11111101110111111110110101100110110100110010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDFED; }

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

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

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

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

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

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

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

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