#FEDAF4

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

Shades of Pig Pink #FEDAF4

Tints of Pig Pink #FEDAF4

Color information

#FEDAF4 (or 0xFEDAF4) is unknown color: approx Pig Pink. HEX triplet: FE, DA and F4. RGB value is (254,218,244). Sum of RGB (Red+Green+Blue) = 254+218+244=716 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.47% from 716); Green value is 218 (85.55% from 255 or 30.45% from 716); Blue value is 244 (95.70% from 255 or 34.08% from 716); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDAF4 is #01250B. Grayscale: #E7E7E7. Windows color (decimal): -75020 or 16046846. OLE color: 16046846.

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

Color convert

RGB254218244-
CMYK00.140.040.00
HSL316.67º94.74%92.55%-
HSV(B)316.67º14.17%99.61%-
XYZ82.2777.7596.26-
YUV231.73134.93143.89-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.47%
GREEN value IS 218 (85.55% from 255) = 30.45%
BLUE value IS 244 (95.70% from 255) = 34.08%
R=35.47%
G=30.45%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421824400.140.040.00316.6794.7492.55
HexFEDAF40E4013d5f5d
Octal37633236401640475137135
Binary11111110110110101111010001110100010011110110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDAF4; }

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

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

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

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

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

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

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

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