#FEDEEE

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

Shades of Pig Pink #FEDEEE

Tints of Pig Pink #FEDEEE

Color information

#FEDEEE (or 0xFEDEEE) is unknown color: approx Pig Pink. HEX triplet: FE, DE and EE. RGB value is (254,222,238). Sum of RGB (Red+Green+Blue) = 254+222+238=714 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.57% from 714); Green value is 222 (87.11% from 255 or 31.09% from 714); Blue value is 238 (93.36% from 255 or 33.33% from 714); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDEEE is #012111. Grayscale: #E9E9E9. Windows color (decimal): -74002 or 15654654. OLE color: 15654654.

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

Color convert

RGB254222238-
CMYK00.130.060.00
HSL330º94.12%93.33%-
HSV(B)330º12.6%99.61%-
XYZ82.4379.4991.89-
YUV233.39130.6142.7-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.57%
GREEN value IS 222 (87.11% from 255) = 31.09%
BLUE value IS 238 (93.36% from 255) = 33.33%
R=35.57%
G=31.09%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422223800.130.060.0033094.1293.33
HexFEDEEE0D6014a5e5d
Octal37633635601560512136135
Binary11111110110111101110111001101110010100101010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDEEE; }

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

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

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

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

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

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

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

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