#FEDAF2

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

Shades of Pig Pink #FEDAF2

Tints of Pig Pink #FEDAF2

Color information

#FEDAF2 (or 0xFEDAF2) is unknown color: approx Pig Pink. HEX triplet: FE, DA and F2. RGB value is (254,218,242). Sum of RGB (Red+Green+Blue) = 254+218+242=714 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.57% from 714); Green value is 218 (85.55% from 255 or 30.53% from 714); Blue value is 242 (94.92% from 255 or 33.89% from 714); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDAF2 is #01250D. Grayscale: #E7E7E7. Windows color (decimal): -75022 or 15915774. OLE color: 15915774.

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

Color convert

RGB254218242-
CMYK00.140.050.00
HSL320º94.74%92.55%-
HSV(B)320º14.17%99.61%-
XYZ81.9777.6294.67-
YUV231.5133.93144.05-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.57%
GREEN value IS 218 (85.55% from 255) = 30.53%
BLUE value IS 242 (94.92% from 255) = 33.89%
R=35.57%
G=30.53%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421824200.140.050.0032094.7492.55
HexFEDAF20E501405f5d
Octal37633236201650500137135
Binary11111110110110101111001001110101010100000010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDAF2; }

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

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

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

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

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

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

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

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