#FED6EE

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

Shades of Pig Pink #FED6EE

Tints of Pig Pink #FED6EE

Color information

#FED6EE (or 0xFED6EE) is unknown color: approx Pig Pink. HEX triplet: FE, D6 and EE. RGB value is (254,214,238). Sum of RGB (Red+Green+Blue) = 254+214+238=706 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.98% from 706); Green value is 214 (83.98% from 255 or 30.31% from 706); Blue value is 238 (93.36% from 255 or 33.71% from 706); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED6EE is #012911. Grayscale: #E4E4E4. Windows color (decimal): -76050 or 15652606. OLE color: 15652606.

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

Color convert

RGB254214238-
CMYK00.160.060.00
HSL324º95.24%91.76%-
HSV(B)324º15.75%99.61%-
XYZ80.3575.3491.2-
YUV228.7133.25146.05-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.98%
GREEN value IS 214 (83.98% from 255) = 30.31%
BLUE value IS 238 (93.36% from 255) = 33.71%
R=35.98%
G=30.31%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421423800.160.060.0032495.2491.76
HexFED6EE010601445f5c
Octal37632635602060504137134
Binary111111101101011011101110010000110010100010010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED6EE; }

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

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

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

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

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

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

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

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