Html Css Color HEX #FED8EC Pig Pink

📋 copy color: '#FED8EC'

red 254 ◦ green 216 ◦ blue 236

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

Shades of Pig Pink #FED8EC

Tints of Pig Pink #FED8EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 33.43%

R = 35.98%
G = 30.59%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FED8EC (or 0xFED8EC) is known color: Pig Pink. HEX triplet: FE, D8 and EC. RGB value is (254,216,236). Sum of RGB (Red+Green+Blue) = 254+216+236=706 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.98% from 706); Green value is 216 (84.77% from 255 or 30.59% from 706); Blue value is 236 (92.58% from 255 or 33.43% from 706); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED8EC is #012713. Grayscale: #E5E5E5. Windows color (decimal): -75540 or 15522046. OLE color: 15522046.

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

Color convert

RGB 254 216 236 -
CMYK 0 0.15 0.07 0.00
HSL 328.42º 0.95% 0.92% -
HSV(B) 328.42º 0.15% 1% -
XYZ 80.57 76.24 89.83 -
YUV 229.64 131.59 145.37 -
System Red Green Blue C M Y K H S L
Decimal 254 216 236 0 0.15 0.07 0.00 328.42 0.95 0.92
Hex FE D8 EC 0 F 7 0 148 5F 5C
Octal 376 330 354 0 17 7 0 510 137 134
Binary 11111110 11011000 11101100 0 1111 111 0 101001000 1011111 1011100

Color Harmonies of #FED8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED8EC

Black with #FED8EC

Text Example


Text Example

White with #FED8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED8EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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