Html Css Color HEX #FEE0F1 Pig Pink

📋 copy color: '#FEE0F1'

red 254 ◦ green 224 ◦ blue 241

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

Shades of Pig Pink #FEE0F1

Tints of Pig Pink #FEE0F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 33.52%

R = 35.33%
G = 31.15%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#FEE0F1 (or 0xFEE0F1) is known color: Pig Pink. HEX triplet: FE, E0 and F1. RGB value is (254,224,241). Sum of RGB (Red+Green+Blue) = 254+224+241=719 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.33% from 719); Green value is 224 (87.89% from 255 or 31.15% from 719); Blue value is 241 (94.53% from 255 or 33.52% from 719); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE0F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE0F1 is #011F0E. Grayscale: #EAEAEA. Windows color (decimal): -73487 or 15851774. OLE color: 15851774.

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

Color convert

RGB 254 224 241 -
CMYK 0 0.12 0.05 0.00
HSL 326º 0.94% 0.94% -
HSV(B) 326º 0.12% 1% -
XYZ 83.41 80.73 94.41 -
YUV 234.91 131.44 141.62 -
System Red Green Blue C M Y K H S L
Decimal 254 224 241 0 0.12 0.05 0.00 326 0.94 0.94
Hex FE E0 F1 0 C 5 0 146 5E 5E
Octal 376 340 361 0 14 5 0 506 136 136
Binary 11111110 11100000 11110001 0 1100 101 0 101000110 1011110 1011110

Color Harmonies of #FEE0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE0F1

Black with #FEE0F1

Text Example


Text Example

White with #FEE0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE0F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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