Html Css Color HEX #FEE1EE Pig Pink

📋 copy color: '#FEE1EE'

red 254 ◦ green 225 ◦ blue 238

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

Shades of Pig Pink #FEE1EE

Tints of Pig Pink #FEE1EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 33.19%

R = 35.43%
G = 31.38%
B = 33.19%

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

#FEE1EE (or 0xFEE1EE) is known color: Pig Pink. HEX triplet: FE, E1 and EE. RGB value is (254,225,238). Sum of RGB (Red+Green+Blue) = 254+225+238=717 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.43% from 717); Green value is 225 (88.28% from 255 or 31.38% from 717); Blue value is 238 (93.36% from 255 or 33.19% from 717); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE1EE is #011E11. Grayscale: #EBEBEB. Windows color (decimal): -73234 or 15655422. OLE color: 15655422.

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

Color convert

RGB 254 225 238 -
CMYK 0 0.11 0.06 0.00
HSL 333.1º 0.94% 0.94% -
HSV(B) 333.1º 0.11% 1% -
XYZ 83.23 81.09 92.15 -
YUV 235.15 129.61 141.44 -
System Red Green Blue C M Y K H S L
Decimal 254 225 238 0 0.11 0.06 0.00 333.1 0.94 0.94
Hex FE E1 EE 0 B 6 0 14D 5E 5E
Octal 376 341 356 0 13 6 0 515 136 136
Binary 11111110 11100001 11101110 0 1011 110 0 101001101 1011110 1011110

Color Harmonies of #FEE1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE1EE

Black with #FEE1EE

Text Example


Text Example

White with #FEE1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE1EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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