Html Css Color HEX #FEE1ED Pig Pink

📋 copy color: '#FEE1ED'

red 254 ◦ green 225 ◦ blue 237

#FEE1ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pig Pink #FEE1ED

Tints of Pig Pink #FEE1ED

RGB

 RED value IS 254 (99.61% from 255) = 35.47%

 GREEN value IS 225 (88.28% from 255) = 31.42%

 BLUE value IS 237 (92.97% from 255) = 33.1%

R = 35.47%
G = 31.42%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FEE1ED (or 0xFEE1ED) is known color: Pig Pink. HEX triplet: FE, E1 and ED. RGB value is (254,225,237). Sum of RGB (Red+Green+Blue) = 254+225+237=716 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.47% from 716); Green value is 225 (88.28% from 255 or 31.42% from 716); Blue value is 237 (92.97% from 255 or 33.10% from 716); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE1ED is #011E12. Grayscale: #EBEBEB. Windows color (decimal): -73235 or 15589886. OLE color: 15589886.

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

Color convert

RGB 254 225 237 -
CMYK 0 0.11 0.07 0.00
HSL 335.17º 0.94% 0.94% -
HSV(B) 335.17º 0.11% 1% -
XYZ 83.08 81.04 91.38 -
YUV 235.04 129.11 141.52 -
System Red Green Blue C M Y K H S L
Decimal 254 225 237 0 0.11 0.07 0.00 335.17 0.94 0.94
Hex FE E1 ED 0 B 7 0 14F 5E 5E
Octal 376 341 355 0 13 7 0 517 136 136
Binary 11111110 11100001 11101101 0 1011 111 0 101001111 1011110 1011110

Color Harmonies of #FEE1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE1ED

Black with #FEE1ED

Text Example


Text Example

White with #FEE1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE1ED; }

 p { color: rgb(254,225,237); }

 H1.HeaderClassName
 {
   color: #FEE1ED;
 }
 .AnyTagClassName
 {
   color: #FEE1ED;
 }
</style>

background-color css

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

 a { background-color: rgb(254,225,237); }

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

border-color css

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

 span { border-color: rgb(254,225,237); }

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