#FEDAF5

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

Shades of Pig Pink #FEDAF5

Tints of Pig Pink #FEDAF5

Color information

#FEDAF5 (or 0xFEDAF5) is unknown color: approx Pig Pink. HEX triplet: FE, DA and F5. RGB value is (254,218,245). Sum of RGB (Red+Green+Blue) = 254+218+245=717 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.43% from 717); Green value is 218 (85.55% from 255 or 30.40% from 717); Blue value is 245 (96.09% from 255 or 34.17% from 717); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDAF5 is #01250A. Grayscale: #E7E7E7. Windows color (decimal): -75019 or 16112382. OLE color: 16112382.

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

Color convert

RGB254218245-
CMYK00.140.040.00
HSL315º94.74%92.55%-
HSV(B)315º14.17%99.61%-
XYZ82.4377.8197.06-
YUV231.84135.43143.8-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.43%
GREEN value IS 218 (85.55% from 255) = 30.40%
BLUE value IS 245 (96.09% from 255) = 34.17%
R=35.43%
G=30.40%
B=34.17%

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
Decimal25421824500.140.040.0031594.7492.55
HexFEDAF50E4013b5f5d
Octal37633236501640473137135
Binary11111110110110101111010101110100010011101110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDAF5; }

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

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

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

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

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

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

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

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