Html Css Color HEX #FED5EC Pig Pink

📋 copy color: '#FED5EC'

red 254 ◦ green 213 ◦ blue 236

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

Shades of Pig Pink #FED5EC

Tints of Pig Pink #FED5EC

RGB

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

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

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

R = 36.13%
G = 30.3%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FED5EC (or 0xFED5EC) is known color: Pig Pink. HEX triplet: FE, D5 and EC. RGB value is (254,213,236). Sum of RGB (Red+Green+Blue) = 254+213+236=703 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.13% from 703); Green value is 213 (83.59% from 255 or 30.30% from 703); Blue value is 236 (92.58% from 255 or 33.57% from 703); Max value from RGB is 254 - color contains mainly: red. Hex color #FED5EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED5EC is #012A13. Grayscale: #E3E3E3. Windows color (decimal): -76308 or 15521278. OLE color: 15521278.

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

Color convert

RGB 254 213 236 -
CMYK 0 0.16 0.07 0.00
HSL 326.34º 0.95% 0.92% -
HSV(B) 326.34º 0.16% 1% -
XYZ 79.81 74.72 89.57 -
YUV 227.88 132.58 146.63 -
System Red Green Blue C M Y K H S L
Decimal 254 213 236 0 0.16 0.07 0.00 326.34 0.95 0.92
Hex FE D5 EC 0 10 7 0 146 5F 5C
Octal 376 325 354 0 20 7 0 506 137 134
Binary 11111110 11010101 11101100 0 10000 111 0 101000110 1011111 1011100

Color Harmonies of #FED5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED5EC

Black with #FED5EC

Text Example


Text Example

White with #FED5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED5EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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