Html Css Color HEX #FED2EF Pig Pink

📋 copy color: '#FED2EF'

red 254 ◦ green 210 ◦ blue 239

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

Shades of Pig Pink #FED2EF

Tints of Pig Pink #FED2EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 34%

R = 36.13%
G = 29.87%
B = 34%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FED2EF (or 0xFED2EF) is known color: Pig Pink. HEX triplet: FE, D2 and EF. RGB value is (254,210,239). Sum of RGB (Red+Green+Blue) = 254+210+239=703 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.13% from 703); Green value is 210 (82.42% from 255 or 29.87% from 703); Blue value is 239 (93.75% from 255 or 34.00% from 703); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED2EF is #012D10. Grayscale: #E2E2E2. Windows color (decimal): -77073 or 15717118. OLE color: 15717118.

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

Color convert

RGB 254 210 239 -
CMYK 0 0.17 0.06 0.00
HSL 320.45º 0.96% 0.91% -
HSV(B) 320.45º 0.17% 1% -
XYZ 79.5 73.4 91.64 -
YUV 226.46 135.08 147.64 -
System Red Green Blue C M Y K H S L
Decimal 254 210 239 0 0.17 0.06 0.00 320.45 0.96 0.91
Hex FE D2 EF 0 11 6 0 140 60 5B
Octal 376 322 357 0 21 6 0 500 140 133
Binary 11111110 11010010 11101111 0 10001 110 0 101000000 1100000 1011011

Color Harmonies of #FED2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED2EF

Black with #FED2EF

Text Example


Text Example

White with #FED2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED2EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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