#FED9F2

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

Shades of Pig Pink #FED9F2

Tints of Pig Pink #FED9F2

Color information

#FED9F2 (or 0xFED9F2) is unknown color: approx Pig Pink. HEX triplet: FE, D9 and F2. RGB value is (254,217,242). Sum of RGB (Red+Green+Blue) = 254+217+242=713 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.62% from 713); Green value is 217 (85.16% from 255 or 30.43% from 713); Blue value is 242 (94.92% from 255 or 33.94% from 713); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED9F2 is #01260D. Grayscale: #E6E6E6. Windows color (decimal): -75278 or 15915518. OLE color: 15915518.

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

Color convert

RGB254217242-
CMYK00.150.050.00
HSL319.46º94.87%92.35%-
HSV(B)319.46º14.57%99.61%-
XYZ81.7177.1194.58-
YUV230.91134.26144.47-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.62%
GREEN value IS 217 (85.16% from 255) = 30.43%
BLUE value IS 242 (94.92% from 255) = 33.94%
R=35.62%
G=30.43%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421724200.150.050.00319.4694.8792.35
HexFED9F20F5013f5f5c
Octal37633136201750477137134
Binary11111110110110011111001001111101010011111110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED9F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED9F2; }

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

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

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

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

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

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

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

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