Html Css Color HEX #FED1ED Pig Pink

📋 copy color: '#FED1ED'

red 254 ◦ green 209 ◦ blue 237

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

Shades of Pig Pink #FED1ED

Tints of Pig Pink #FED1ED

RGB

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

 GREEN value IS 209 (82.03% from 255) = 29.86%

 BLUE value IS 237 (92.97% from 255) = 33.86%

R = 36.29%
G = 29.86%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FED1ED (or 0xFED1ED) is known color: Pig Pink. HEX triplet: FE, D1 and ED. RGB value is (254,209,237). Sum of RGB (Red+Green+Blue) = 254+209+237=700 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.29% from 700); Green value is 209 (82.03% from 255 or 29.86% from 700); Blue value is 237 (92.97% from 255 or 33.86% from 700); Max value from RGB is 254 - color contains mainly: red. Hex color #FED1ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED1ED is #012E12. Grayscale: #E1E1E1. Windows color (decimal): -77331 or 15585790. OLE color: 15585790.

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

Color convert

RGB 254 209 237 -
CMYK 0 0.18 0.07 0.00
HSL 322.67º 0.96% 0.91% -
HSV(B) 322.67º 0.18% 1% -
XYZ 78.96 72.79 90.01 -
YUV 225.65 134.41 148.22 -
System Red Green Blue C M Y K H S L
Decimal 254 209 237 0 0.18 0.07 0.00 322.67 0.96 0.91
Hex FE D1 ED 0 12 7 0 143 60 5B
Octal 376 321 355 0 22 7 0 503 140 133
Binary 11111110 11010001 11101101 0 10010 111 0 101000011 1100000 1011011

Color Harmonies of #FED1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED1ED

Black with #FED1ED

Text Example


Text Example

White with #FED1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED1ED; }

 p { color: rgb(254,209,237); }

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

background-color css

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

 a { background-color: rgb(254,209,237); }

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

border-color css

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

 span { border-color: rgb(254,209,237); }

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