#FED4F2

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

Shades of Pig Pink #FED4F2

Tints of Pig Pink #FED4F2

Color information

#FED4F2 (or 0xFED4F2) is unknown color: approx Pig Pink. HEX triplet: FE, D4 and F2. RGB value is (254,212,242). Sum of RGB (Red+Green+Blue) = 254+212+242=708 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.88% from 708); Green value is 212 (83.20% from 255 or 29.94% from 708); Blue value is 242 (94.92% from 255 or 34.18% from 708); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED4F2 is #012B0D. Grayscale: #E3E3E3. Windows color (decimal): -76558 or 15914238. OLE color: 15914238.

HSL color Cylindrical-coordinate representation of color #FED4F2: hue angle of 317.14º degrees, saturation: 0.95, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FED4F2 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.00.

Color convert

RGB254212242-
CMYK00.170.050.00
HSL317.14º95.45%91.37%-
HSV(B)317.14º16.54%99.61%-
XYZ80.4474.5794.16-
YUV227.98135.91146.56-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.88%
GREEN value IS 212 (83.20% from 255) = 29.94%
BLUE value IS 242 (94.92% from 255) = 34.18%
R=35.88%
G=29.94%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421224200.170.050.00317.1495.4591.37
HexFED4F20115013d5f5b
Octal37632436202150475137133
Binary111111101101010011110010010001101010011110110111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED4F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED4F2; }

 p { color: rgb(254,212,242); }

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

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

 a { background-color: rgb(254,212,242); }

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

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

 span { border-color: rgb(254,212,242); }

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