Html Css Color HEX #FED2EC Pig Pink

📋 copy color: '#FED2EC'

red 254 ◦ green 210 ◦ blue 236

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

Shades of Pig Pink #FED2EC

Tints of Pig Pink #FED2EC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 30%

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

R = 36.29%
G = 30%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FED2EC (or 0xFED2EC) is known color: Pig Pink. HEX triplet: FE, D2 and EC. RGB value is (254,210,236). Sum of RGB (Red+Green+Blue) = 254+210+236=700 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.29% from 700); Green value is 210 (82.42% from 255 or 30% from 700); Blue value is 236 (92.58% from 255 or 33.71% from 700); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED2EC is #012D13. Grayscale: #E2E2E2. Windows color (decimal): -77076 or 15520510. OLE color: 15520510.

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

Color convert

RGB 254 210 236 -
CMYK 0 0.17 0.07 0.00
HSL 324.55º 0.96% 0.91% -
HSV(B) 324.55º 0.17% 1% -
XYZ 79.06 73.22 89.32 -
YUV 226.12 133.58 147.89 -
System Red Green Blue C M Y K H S L
Decimal 254 210 236 0 0.17 0.07 0.00 324.55 0.96 0.91
Hex FE D2 EC 0 11 7 0 145 60 5B
Octal 376 322 354 0 21 7 0 505 140 133
Binary 11111110 11010010 11101100 0 10001 111 0 101000101 1100000 1011011

Color Harmonies of #FED2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED2EC

Black with #FED2EC

Text Example


Text Example

White with #FED2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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