#FEE0F1

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

Shades of Pig Pink #FEE0F1

Tints of Pig Pink #FEE0F1

Color information

#FEE0F1 (or 0xFEE0F1) is unknown color: approx Pig Pink. HEX triplet: FE, E0 and F1. RGB value is (254,224,241). Sum of RGB (Red+Green+Blue) = 254+224+241=719 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.33% from 719); Green value is 224 (87.89% from 255 or 31.15% from 719); Blue value is 241 (94.53% from 255 or 33.52% from 719); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE0F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE0F1 is #011F0E. Grayscale: #EAEAEA. Windows color (decimal): -73487 or 15851774. OLE color: 15851774.

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

Color convert

RGB254224241-
CMYK00.120.050.00
HSL326º93.75%93.73%-
HSV(B)326º11.81%99.61%-
XYZ83.4180.7394.41-
YUV234.91131.44141.62-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.33%
GREEN value IS 224 (87.89% from 255) = 31.15%
BLUE value IS 241 (94.53% from 255) = 33.52%
R=35.33%
G=31.15%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422424100.120.050.0032693.7593.73
HexFEE0F10C501465e5e
Octal37634036101450506136136
Binary11111110111000001111000101100101010100011010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE0F1; }

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

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

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

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

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

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

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

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