Html Css Color HEX #FED4E2 Pig Pink

📋 copy color: '#FED4E2'

red 254 ◦ green 212 ◦ blue 226

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

Shades of Pig Pink #FED4E2

Tints of Pig Pink #FED4E2

RGB

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

 GREEN value IS 212 (83.2% from 255) = 30.64%

 BLUE value IS 226 (88.67% from 255) = 32.66%

R = 36.71%
G = 30.64%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#FED4E2 (or 0xFED4E2) is known color: Pig Pink. HEX triplet: FE, D4 and E2. RGB value is (254,212,226). Sum of RGB (Red+Green+Blue) = 254+212+226=692 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.71% from 692); Green value is 212 (83.20% from 255 or 30.64% from 692); Blue value is 226 (88.67% from 255 or 32.66% from 692); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED4E2 is #012B1D. Grayscale: #E2E2E2. Windows color (decimal): -76574 or 14865662. OLE color: 14865662.

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

Color convert

RGB 254 212 226 -
CMYK 0 0.17 0.11 0.00
HSL 340º 0.95% 0.91% -
HSV(B) 340º 0.17% 1% -
XYZ 78.14 73.65 82.05 -
YUV 226.15 127.91 147.86 -
System Red Green Blue C M Y K H S L
Decimal 254 212 226 0 0.17 0.11 0.00 340 0.95 0.91
Hex FE D4 E2 0 11 B 0 154 5F 5B
Octal 376 324 342 0 21 13 0 524 137 133
Binary 11111110 11010100 11100010 0 10001 1011 0 101010100 1011111 1011011

Color Harmonies of #FED4E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED4E2

Black with #FED4E2

Text Example


Text Example

White with #FED4E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED4E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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