Html Css Color HEX #FEE0F0 Pig Pink

📋 copy color: '#FEE0F0'

red 254 ◦ green 224 ◦ blue 240

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

Shades of Pig Pink #FEE0F0

Tints of Pig Pink #FEE0F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 33.43%

R = 35.38%
G = 31.2%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FEE0F0 (or 0xFEE0F0) is known color: Pig Pink. HEX triplet: FE, E0 and F0. RGB value is (254,224,240). Sum of RGB (Red+Green+Blue) = 254+224+240=718 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.38% from 718); Green value is 224 (87.89% from 255 or 31.20% from 718); Blue value is 240 (94.14% from 255 or 33.43% from 718); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE0F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE0F0 is #011F0F. Grayscale: #EAEAEA. Windows color (decimal): -73488 or 15786238. OLE color: 15786238.

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

Color convert

RGB 254 224 240 -
CMYK 0 0.12 0.06 0.00
HSL 328º 0.94% 0.94% -
HSV(B) 328º 0.12% 1% -
XYZ 83.26 80.67 93.62 -
YUV 234.79 130.94 141.7 -
System Red Green Blue C M Y K H S L
Decimal 254 224 240 0 0.12 0.06 0.00 328 0.94 0.94
Hex FE E0 F0 0 C 6 0 148 5E 5E
Octal 376 340 360 0 14 6 0 510 136 136
Binary 11111110 11100000 11110000 0 1100 110 0 101001000 1011110 1011110

Color Harmonies of #FEE0F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE0F0

Black with #FEE0F0

Text Example


Text Example

White with #FEE0F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE0F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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