Html Css Color HEX #FEE2EF Pig Pink

📋 copy color: '#FEE2EF'

red 254 ◦ green 226 ◦ blue 239

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

Shades of Pig Pink #FEE2EF

Tints of Pig Pink #FEE2EF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 31.43%

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

R = 35.33%
G = 31.43%
B = 33.24%

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

#FEE2EF (or 0xFEE2EF) is known color: Pig Pink. HEX triplet: FE, E2 and EF. RGB value is (254,226,239). Sum of RGB (Red+Green+Blue) = 254+226+239=719 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.33% from 719); Green value is 226 (88.67% from 255 or 31.43% from 719); Blue value is 239 (93.75% from 255 or 33.24% from 719); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE2EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE2EF is #011D10. Grayscale: #EBEBEB. Windows color (decimal): -72977 or 15721214. OLE color: 15721214.

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

Color convert

RGB 254 226 239 -
CMYK 0 0.11 0.06 0.00
HSL 332.14º 0.93% 0.94% -
HSV(B) 332.14º 0.11% 1% -
XYZ 83.65 81.7 93.02 -
YUV 235.85 129.78 140.94 -
System Red Green Blue C M Y K H S L
Decimal 254 226 239 0 0.11 0.06 0.00 332.14 0.93 0.94
Hex FE E2 EF 0 B 6 0 14C 5D 5E
Octal 376 342 357 0 13 6 0 514 135 136
Binary 11111110 11100010 11101111 0 1011 110 0 101001100 1011101 1011110

Color Harmonies of #FEE2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE2EF

Black with #FEE2EF

Text Example


Text Example

White with #FEE2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE2EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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