Html Css Color HEX #FFE2ED Pig Pink

📋 copy color: '#FFE2ED'

red 255 ◦ green 226 ◦ blue 237

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

Shades of Pig Pink #FFE2ED

Tints of Pig Pink #FFE2ED

RGB

 RED value IS 255 (100% from 255) = 35.52%

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

 BLUE value IS 237 (92.97% from 255) = 33.01%

R = 35.52%
G = 31.48%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FFE2ED (or 0xFFE2ED) is known color: Pig Pink. HEX triplet: FF, E2 and ED. RGB value is (255,226,237). Sum of RGB (Red+Green+Blue) = 255+226+237=718 (95% of max value = 765). Red value is 255 (100% from 255 or 35.52% from 718); Green value is 226 (88.67% from 255 or 31.48% from 718); Blue value is 237 (92.97% from 255 or 33.01% from 718); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE2ED is #001D12. Grayscale: #EBEBEB. Windows color (decimal): -7443 or 15590143. OLE color: 15590143.

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

Color convert

RGB 255 226 237 -
CMYK 0 0.11 0.07 0
HSL 337.24º 1% 0.94% -
HSV(B) 337.24º 0.11% 1% -
XYZ 83.72 81.77 91.49 -
YUV 235.93 128.61 141.61 -
System Red Green Blue C M Y K H S L
Decimal 255 226 237 0 0.11 0.07 0 337.24 1 0.94
Hex FF E2 ED 0 B 7 0 151 64 5E
Octal 377 342 355 0 13 7 0 521 144 136
Binary 11111111 11100010 11101101 0 1011 111 0 101010001 1100100 1011110

Color Harmonies of #FFE2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE2ED

Black with #FFE2ED

Text Example


Text Example

White with #FFE2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE2ED; }

 p { color: rgb(255,226,237); }

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

background-color css

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

 a { background-color: rgb(255,226,237); }

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

border-color css

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

 span { border-color: rgb(255,226,237); }

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