#FEDEEF

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

Shades of Pig Pink #FEDEEF

Tints of Pig Pink #FEDEEF

Color information

#FEDEEF (or 0xFEDEEF) is unknown color: approx Pig Pink. HEX triplet: FE, DE and EF. RGB value is (254,222,239). Sum of RGB (Red+Green+Blue) = 254+222+239=715 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.52% from 715); Green value is 222 (87.11% from 255 or 31.05% from 715); Blue value is 239 (93.75% from 255 or 33.43% from 715); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDEEF is #012110. Grayscale: #E9E9E9. Windows color (decimal): -74001 or 15720190. OLE color: 15720190.

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

Color convert

RGB254222239-
CMYK00.130.060.00
HSL328.12º94.12%93.33%-
HSV(B)328.12º12.6%99.61%-
XYZ82.5779.5592.66-
YUV233.51131.1142.62-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.52%
GREEN value IS 222 (87.11% from 255) = 31.05%
BLUE value IS 239 (93.75% from 255) = 33.43%
R=35.52%
G=31.05%
B=33.43%

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
Decimal25422223900.130.060.00328.1294.1293.33
HexFEDEEF0D601485e5d
Octal37633635701560510136135
Binary11111110110111101110111101101110010100100010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDEEF; }

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

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

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

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

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

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

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

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