#FED6EA

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

Shades of Pig Pink #FED6EA

Tints of Pig Pink #FED6EA

Color information

#FED6EA (or 0xFED6EA) is unknown color: approx Pig Pink. HEX triplet: FE, D6 and EA. RGB value is (254,214,234). Sum of RGB (Red+Green+Blue) = 254+214+234=702 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.18% from 702); Green value is 214 (83.98% from 255 or 30.48% from 702); Blue value is 234 (91.80% from 255 or 33.33% from 702); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED6EA is #012915. Grayscale: #E4E4E4. Windows color (decimal): -76054 or 15390462. OLE color: 15390462.

HSL color Cylindrical-coordinate representation of color #FED6EA: hue angle of 330º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FED6EA is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB254214234-
CMYK00.160.080.00
HSL330º95.24%91.76%-
HSV(B)330º15.75%99.61%-
XYZ79.7775.188.13-
YUV228.24131.25146.37-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.18%
GREEN value IS 214 (83.98% from 255) = 30.48%
BLUE value IS 234 (91.80% from 255) = 33.33%
R=36.18%
G=30.48%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421423400.160.080.0033095.2491.76
HexFED6EA0108014a5f5c
Octal376326352020100512137134
Binary1111111011010110111010100100001000010100101010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED6EA; }

 p { color: rgb(254,214,234); }

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

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

 a { background-color: rgb(254,214,234); }

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

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

 span { border-color: rgb(254,214,234); }

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