Html Css Color HEX #FEE1EF Pig Pink

📋 copy color: '#FEE1EF'

red 254 ◦ green 225 ◦ blue 239

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

Shades of Pig Pink #FEE1EF

Tints of Pig Pink #FEE1EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 33.29%

R = 35.38%
G = 31.34%
B = 33.29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FEE1EF (or 0xFEE1EF) is known color: Pig Pink. HEX triplet: FE, E1 and EF. RGB value is (254,225,239). Sum of RGB (Red+Green+Blue) = 254+225+239=718 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.38% from 718); Green value is 225 (88.28% from 255 or 31.34% from 718); Blue value is 239 (93.75% from 255 or 33.29% from 718); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE1EF is #011E10. Grayscale: #EBEBEB. Windows color (decimal): -73233 or 15720958. OLE color: 15720958.

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

Color convert

RGB 254 225 239 -
CMYK 0 0.11 0.06 0.00
HSL 331.03º 0.94% 0.94% -
HSV(B) 331.03º 0.11% 1% -
XYZ 83.38 81.15 92.93 -
YUV 235.27 130.11 141.36 -
System Red Green Blue C M Y K H S L
Decimal 254 225 239 0 0.11 0.06 0.00 331.03 0.94 0.94
Hex FE E1 EF 0 B 6 0 14B 5E 5E
Octal 376 341 357 0 13 6 0 513 136 136
Binary 11111110 11100001 11101111 0 1011 110 0 101001011 1011110 1011110

Color Harmonies of #FEE1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE1EF

Black with #FEE1EF

Text Example


Text Example

White with #FEE1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE1EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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