#FEDEF6

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

Shades of Pig Pink #FEDEF6

Tints of Pig Pink #FEDEF6

Color information

#FEDEF6 (or 0xFEDEF6) is unknown color: approx Pig Pink. HEX triplet: FE, DE and F6. RGB value is (254,222,246). Sum of RGB (Red+Green+Blue) = 254+222+246=722 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.18% from 722); Green value is 222 (87.11% from 255 or 30.75% from 722); Blue value is 246 (96.48% from 255 or 34.07% from 722); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDEF6 is #012109. Grayscale: #EAEAEA. Windows color (decimal): -73994 or 16178942. OLE color: 16178942.

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

Color convert

RGB254222246-
CMYK00.130.030.00
HSL315º94.12%93.33%-
HSV(B)315º12.6%99.61%-
XYZ83.6379.9798.22-
YUV234.3134.6142.05-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.18%
GREEN value IS 222 (87.11% from 255) = 30.75%
BLUE value IS 246 (96.48% from 255) = 34.07%
R=35.18%
G=30.75%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422224600.130.030.0031594.1293.33
HexFEDEF60D3013b5e5d
Octal37633636601530473136135
Binary1111111011011110111101100110111010011101110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDEF6; }

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

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

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

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

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

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

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

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