#FED0E9

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

Shades of Pig Pink #FED0E9

Tints of Pig Pink #FED0E9

Color information

#FED0E9 (or 0xFED0E9) is unknown color: approx Pig Pink. HEX triplet: FE, D0 and E9. RGB value is (254,208,233). Sum of RGB (Red+Green+Blue) = 254+208+233=695 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.55% from 695); Green value is 208 (81.64% from 255 or 29.93% from 695); Blue value is 233 (91.41% from 255 or 33.53% from 695); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED0E9 is #012F16. Grayscale: #E0E0E0. Windows color (decimal): -77591 or 15323390. OLE color: 15323390.

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

Color convert

RGB254208233-
CMYK00.180.080.00
HSL327.39º95.83%90.59%-
HSV(B)327.39º18.11%99.61%-
XYZ78.1472.0786.88-
YUV224.6132.74148.97-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.55%
GREEN value IS 208 (81.64% from 255) = 29.93%
BLUE value IS 233 (91.41% from 255) = 33.53%
R=36.55%
G=29.93%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420823300.180.080.00327.3995.8390.59
HexFED0E901280147605b
Octal376320351022100507140133
Binary1111111011010000111010010100101000010100011111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED0E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED0E9; }

 p { color: rgb(254,208,233); }

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

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

 a { background-color: rgb(254,208,233); }

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

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

 span { border-color: rgb(254,208,233); }

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