Html Css Color HEX #FEE0EA Pig Pink

📋 copy color: '#FEE0EA'

red 254 ◦ green 224 ◦ blue 234

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

Shades of Pig Pink #FEE0EA

Tints of Pig Pink #FEE0EA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 31.46%

 BLUE value IS 234 (91.8% from 255) = 32.87%

R = 35.67%
G = 31.46%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#FEE0EA (or 0xFEE0EA) is known color: Pig Pink. HEX triplet: FE, E0 and EA. RGB value is (254,224,234). Sum of RGB (Red+Green+Blue) = 254+224+234=712 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.67% from 712); Green value is 224 (87.89% from 255 or 31.46% from 712); Blue value is 234 (91.80% from 255 or 32.87% from 712); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE0EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE0EA is #011F15. Grayscale: #EAEAEA. Windows color (decimal): -73494 or 15393022. OLE color: 15393022.

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

Color convert

RGB 254 224 234 -
CMYK 0 0.12 0.08 0.00
HSL 340º 0.94% 0.94% -
HSV(B) 340º 0.12% 1% -
XYZ 82.38 80.32 89 -
YUV 234.11 127.94 142.19 -
System Red Green Blue C M Y K H S L
Decimal 254 224 234 0 0.12 0.08 0.00 340 0.94 0.94
Hex FE E0 EA 0 C 8 0 154 5E 5E
Octal 376 340 352 0 14 10 0 524 136 136
Binary 11111110 11100000 11101010 0 1100 1000 0 101010100 1011110 1011110

Color Harmonies of #FEE0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE0EA

Black with #FEE0EA

Text Example


Text Example

White with #FEE0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE0EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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