#FED0ED

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

Shades of Pig Pink #FED0ED

Tints of Pig Pink #FED0ED

Color information

#FED0ED (or 0xFED0ED) is unknown color: approx Pig Pink. HEX triplet: FE, D0 and ED. RGB value is (254,208,237). Sum of RGB (Red+Green+Blue) = 254+208+237=699 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.34% from 699); Green value is 208 (81.64% from 255 or 29.76% from 699); Blue value is 237 (92.97% from 255 or 33.91% from 699); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED0ED is #012F12. Grayscale: #E0E0E0. Windows color (decimal): -77587 or 15585534. OLE color: 15585534.

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

Color convert

RGB254208237-
CMYK00.180.070.00
HSL322.17º95.83%90.59%-
HSV(B)322.17º18.11%99.61%-
XYZ78.7172.389.93-
YUV225.06134.74148.64-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.34%
GREEN value IS 208 (81.64% from 255) = 29.76%
BLUE value IS 237 (92.97% from 255) = 33.91%
R=36.34%
G=29.76%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420823700.180.070.00322.1795.8390.59
HexFED0ED01270142605b
Octal37632035502270502140133
Binary111111101101000011101101010010111010100001011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED0ED; }

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

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

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

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

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

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

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

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