Html Css Color HEX #FED6EC Pig Pink

📋 copy color: '#FED6EC'

red 254 ◦ green 214 ◦ blue 236

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

Shades of Pig Pink #FED6EC

Tints of Pig Pink #FED6EC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 30.4%

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

R = 36.08%
G = 30.4%
B = 33.52%

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

#FED6EC (or 0xFED6EC) is known color: Pig Pink. HEX triplet: FE, D6 and EC. RGB value is (254,214,236). Sum of RGB (Red+Green+Blue) = 254+214+236=704 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.08% from 704); Green value is 214 (83.98% from 255 or 30.40% from 704); Blue value is 236 (92.58% from 255 or 33.52% from 704); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED6EC is #012913. Grayscale: #E4E4E4. Windows color (decimal): -76052 or 15521534. OLE color: 15521534.

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

Color convert

RGB 254 214 236 -
CMYK 0 0.16 0.07 0.00
HSL 327º 0.95% 0.92% -
HSV(B) 327º 0.16% 1% -
XYZ 80.06 75.22 89.66 -
YUV 228.47 132.25 146.21 -
System Red Green Blue C M Y K H S L
Decimal 254 214 236 0 0.16 0.07 0.00 327 0.95 0.92
Hex FE D6 EC 0 10 7 0 147 5F 5C
Octal 376 326 354 0 20 7 0 507 137 134
Binary 11111110 11010110 11101100 0 10000 111 0 101000111 1011111 1011100

Color Harmonies of #FED6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED6EC

Black with #FED6EC

Text Example


Text Example

White with #FED6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED6EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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