#FEDEF1

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

Shades of Pig Pink #FEDEF1

Tints of Pig Pink #FEDEF1

Color information

#FEDEF1 (or 0xFEDEF1) is unknown color: approx Pig Pink. HEX triplet: FE, DE and F1. RGB value is (254,222,241). Sum of RGB (Red+Green+Blue) = 254+222+241=717 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.43% from 717); Green value is 222 (87.11% from 255 or 30.96% from 717); Blue value is 241 (94.53% from 255 or 33.61% from 717); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDEF1 is #01210E. Grayscale: #E9E9E9. Windows color (decimal): -73999 or 15851262. OLE color: 15851262.

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

Color convert

RGB254222241-
CMYK00.130.050.00
HSL324.38º94.12%93.33%-
HSV(B)324.38º12.6%99.61%-
XYZ82.8779.6694.23-
YUV233.73132.1142.46-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.43%
GREEN value IS 222 (87.11% from 255) = 30.96%
BLUE value IS 241 (94.53% from 255) = 33.61%
R=35.43%
G=30.96%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422224100.130.050.00324.3894.1293.33
HexFEDEF10D501445e5d
Octal37633636101550504136135
Binary11111110110111101111000101101101010100010010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDEF1; }

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

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

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

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

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

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

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

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