#FEDCF4

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

Shades of Pig Pink #FEDCF4

Tints of Pig Pink #FEDCF4

Color information

#FEDCF4 (or 0xFEDCF4) is unknown color: approx Pig Pink. HEX triplet: FE, DC and F4. RGB value is (254,220,244). Sum of RGB (Red+Green+Blue) = 254+220+244=718 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.38% from 718); Green value is 220 (86.33% from 255 or 30.64% from 718); Blue value is 244 (95.70% from 255 or 33.98% from 718); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDCF4 is #01230B. Grayscale: #E8E8E8. Windows color (decimal): -74508 or 16047358. OLE color: 16047358.

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

Color convert

RGB254220244-
CMYK00.130.040.00
HSL317.65º94.44%92.94%-
HSV(B)317.65º13.39%99.61%-
XYZ82.878.7996.43-
YUV232.9134.26143.05-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.38%
GREEN value IS 220 (86.33% from 255) = 30.64%
BLUE value IS 244 (95.70% from 255) = 33.98%
R=35.38%
G=30.64%
B=33.98%

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
Decimal25422024400.130.040.00317.6594.4492.94
HexFEDCF40D4013e5e5d
Octal37633436401540476136135
Binary11111110110111001111010001101100010011111010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDCF4; }

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

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

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

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

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

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

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

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