#FEDCF5

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

Shades of Pig Pink #FEDCF5

Tints of Pig Pink #FEDCF5

Color information

#FEDCF5 (or 0xFEDCF5) is unknown color: approx Pig Pink. HEX triplet: FE, DC and F5. RGB value is (254,220,245). Sum of RGB (Red+Green+Blue) = 254+220+245=719 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.33% from 719); Green value is 220 (86.33% from 255 or 30.60% from 719); Blue value is 245 (96.09% from 255 or 34.08% from 719); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDCF5 is #01230A. Grayscale: #E8E8E8. Windows color (decimal): -74507 or 16112894. OLE color: 16112894.

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

Color convert

RGB254220245-
CMYK00.130.040.00
HSL315.88º94.44%92.94%-
HSV(B)315.88º13.39%99.61%-
XYZ82.9578.8597.23-
YUV233.02134.76142.97-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.33%
GREEN value IS 220 (86.33% from 255) = 30.60%
BLUE value IS 245 (96.09% from 255) = 34.08%
R=35.33%
G=30.60%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422024500.130.040.00315.8894.4492.94
HexFEDCF50D4013c5e5d
Octal37633436501540474136135
Binary11111110110111001111010101101100010011110010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDCF5; }

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

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

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

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

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

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

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

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