#FED0E8

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

Shades of Pig Pink #FED0E8

Tints of Pig Pink #FED0E8

Color information

#FED0E8 (or 0xFED0E8) is unknown color: approx Pig Pink. HEX triplet: FE, D0 and E8. RGB value is (254,208,232). Sum of RGB (Red+Green+Blue) = 254+208+232=694 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.60% from 694); Green value is 208 (81.64% from 255 or 29.97% from 694); Blue value is 232 (91.02% from 255 or 33.43% from 694); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED0E8 is #012F17. Grayscale: #E0E0E0. Windows color (decimal): -77592 or 15257854. OLE color: 15257854.

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

Color convert

RGB254208232-
CMYK00.180.090.00
HSL328.7º95.83%90.59%-
HSV(B)328.7º18.11%99.61%-
XYZ77.9972.0186.13-
YUV224.49132.24149.05-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.60%
GREEN value IS 208 (81.64% from 255) = 29.97%
BLUE value IS 232 (91.02% from 255) = 33.43%
R=36.60%
G=29.97%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420823200.180.090.00328.795.8390.59
HexFED0E801290149605b
Octal376320350022110511140133
Binary1111111011010000111010000100101001010100100111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED0E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED0E8; }

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

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

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

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

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

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

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

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