#FEDCE6

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

Shades of Pig Pink #FEDCE6

Tints of Pig Pink #FEDCE6

Color information

#FEDCE6 (or 0xFEDCE6) is unknown color: approx Pig Pink. HEX triplet: FE, DC and E6. RGB value is (254,220,230). Sum of RGB (Red+Green+Blue) = 254+220+230=704 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.08% from 704); Green value is 220 (86.33% from 255 or 31.25% from 704); Blue value is 230 (90.23% from 255 or 32.67% from 704); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDCE6 is #012319. Grayscale: #E7E7E7. Windows color (decimal): -74522 or 15129854. OLE color: 15129854.

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

Color convert

RGB254220230-
CMYK00.130.090.00
HSL342.35º94.44%92.94%-
HSV(B)342.35º13.39%99.61%-
XYZ80.7577.9785.66-
YUV231.31127.26144.19-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.08%
GREEN value IS 220 (86.33% from 255) = 31.25%
BLUE value IS 230 (90.23% from 255) = 32.67%
R=36.08%
G=31.25%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422023000.130.090.00342.3594.4492.94
HexFEDCE60D901565e5d
Octal376334346015110526136135
Binary111111101101110011100110011011001010101011010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDCE6; }

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

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

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

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

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

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

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

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