Html Css Color HEX #FED5EF Pig Pink

📋 copy color: '#FED5EF'

red 254 ◦ green 213 ◦ blue 239

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

Shades of Pig Pink #FED5EF

Tints of Pig Pink #FED5EF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 30.17%

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

R = 35.98%
G = 30.17%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FED5EF (or 0xFED5EF) is known color: Pig Pink. HEX triplet: FE, D5 and EF. RGB value is (254,213,239). Sum of RGB (Red+Green+Blue) = 254+213+239=706 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.98% from 706); Green value is 213 (83.59% from 255 or 30.17% from 706); Blue value is 239 (93.75% from 255 or 33.85% from 706); Max value from RGB is 254 - color contains mainly: red. Hex color #FED5EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED5EF is #012A10. Grayscale: #E4E4E4. Windows color (decimal): -76305 or 15717886. OLE color: 15717886.

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

Color convert

RGB 254 213 239 -
CMYK 0 0.16 0.06 0.00
HSL 321.95º 0.95% 0.92% -
HSV(B) 321.95º 0.16% 1% -
XYZ 80.25 74.89 91.89 -
YUV 228.22 134.08 146.39 -
System Red Green Blue C M Y K H S L
Decimal 254 213 239 0 0.16 0.06 0.00 321.95 0.95 0.92
Hex FE D5 EF 0 10 6 0 142 5F 5C
Octal 376 325 357 0 20 6 0 502 137 134
Binary 11111110 11010101 11101111 0 10000 110 0 101000010 1011111 1011100

Color Harmonies of #FED5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED5EF

Black with #FED5EF

Text Example


Text Example

White with #FED5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED5EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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