#FEDDEF

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

Shades of Pig Pink #FEDDEF

Tints of Pig Pink #FEDDEF

Color information

#FEDDEF (or 0xFEDDEF) is unknown color: approx Pig Pink. HEX triplet: FE, DD and EF. RGB value is (254,221,239). Sum of RGB (Red+Green+Blue) = 254+221+239=714 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.57% from 714); Green value is 221 (86.72% from 255 or 30.95% from 714); Blue value is 239 (93.75% from 255 or 33.47% from 714); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDDEF is #012210. Grayscale: #E8E8E8. Windows color (decimal): -74257 or 15719934. OLE color: 15719934.

HSL color Cylindrical-coordinate representation of color #FEDDEF: hue angle of 327.27º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FEDDEF is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB254221239-
CMYK00.130.060.00
HSL327.27º94.29%93.14%-
HSV(B)327.27º12.99%99.61%-
XYZ82.3179.0292.57-
YUV232.92131.43143.04-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.57%
GREEN value IS 221 (86.72% from 255) = 30.95%
BLUE value IS 239 (93.75% from 255) = 33.47%
R=35.57%
G=30.95%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422123900.130.060.00327.2794.2993.14
HexFEDDEF0D601475e5d
Octal37633535701560507136135
Binary11111110110111011110111101101110010100011110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDDEF; }

 p { color: rgb(254,221,239); }

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

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

 a { background-color: rgb(254,221,239); }

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

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

 span { border-color: rgb(254,221,239); }

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