#FED4F1

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

Shades of Pig Pink #FED4F1

Tints of Pig Pink #FED4F1

Color information

#FED4F1 (or 0xFED4F1) is unknown color: approx Pig Pink. HEX triplet: FE, D4 and F1. RGB value is (254,212,241). Sum of RGB (Red+Green+Blue) = 254+212+241=707 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.93% from 707); Green value is 212 (83.20% from 255 or 29.99% from 707); Blue value is 241 (94.53% from 255 or 34.09% from 707); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED4F1 is #012B0E. Grayscale: #E3E3E3. Windows color (decimal): -76559 or 15848702. OLE color: 15848702.

HSL color Cylindrical-coordinate representation of color #FED4F1: hue angle of 318.57º 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 #FED4F1 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.00.

Color convert

RGB254212241-
CMYK00.170.050.00
HSL318.57º95.45%91.37%-
HSV(B)318.57º16.54%99.61%-
XYZ80.2974.5193.37-
YUV227.86135.41146.64-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.93%
GREEN value IS 212 (83.20% from 255) = 29.99%
BLUE value IS 241 (94.53% from 255) = 34.09%
R=35.93%
G=29.99%
B=34.09%

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
Decimal25421224100.170.050.00318.5795.4591.37
HexFED4F10115013f5f5b
Octal37632436102150477137133
Binary111111101101010011110001010001101010011111110111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED4F1; }

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

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

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

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

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

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

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

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