Html Css Color HEX #FED8E2 Pig Pink

📋 copy color: '#FED8E2'

red 254 ◦ green 216 ◦ blue 226

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

Shades of Pig Pink #FED8E2

Tints of Pig Pink #FED8E2

RGB

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

 GREEN value IS 216 (84.77% from 255) = 31.03%

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

R = 36.49%
G = 31.03%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#FED8E2 (or 0xFED8E2) is known color: Pig Pink. HEX triplet: FE, D8 and E2. RGB value is (254,216,226). Sum of RGB (Red+Green+Blue) = 254+216+226=696 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.49% from 696); Green value is 216 (84.77% from 255 or 31.03% from 696); Blue value is 226 (88.67% from 255 or 32.47% from 696); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED8E2 is #01271D. Grayscale: #E4E4E4. Windows color (decimal): -75550 or 14866686. OLE color: 14866686.

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

Color convert

RGB 254 216 226 -
CMYK 0 0.15 0.11 0.00
HSL 344.21º 0.95% 0.92% -
HSV(B) 344.21º 0.15% 1% -
XYZ 79.16 75.67 82.39 -
YUV 228.5 126.59 146.19 -
System Red Green Blue C M Y K H S L
Decimal 254 216 226 0 0.15 0.11 0.00 344.21 0.95 0.92
Hex FE D8 E2 0 F B 0 158 5F 5C
Octal 376 330 342 0 17 13 0 530 137 134
Binary 11111110 11011000 11100010 0 1111 1011 0 101011000 1011111 1011100

Color Harmonies of #FED8E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED8E2

Black with #FED8E2

Text Example


Text Example

White with #FED8E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED8E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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