Html Css Color HEX #FEDCEC Pig Pink

📋 copy color: '#FEDCEC'

red 254 ◦ green 220 ◦ blue 236

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

Shades of Pig Pink #FEDCEC

Tints of Pig Pink #FEDCEC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 30.99%

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

R = 35.77%
G = 30.99%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FEDCEC (or 0xFEDCEC) is known color: Pig Pink. HEX triplet: FE, DC and EC. RGB value is (254,220,236). Sum of RGB (Red+Green+Blue) = 254+220+236=710 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.77% from 710); Green value is 220 (86.33% from 255 or 30.99% from 710); Blue value is 236 (92.58% from 255 or 33.24% from 710); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDCEC is #012313. Grayscale: #E7E7E7. Windows color (decimal): -74516 or 15523070. OLE color: 15523070.

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

Color convert

RGB 254 220 236 -
CMYK 0 0.13 0.07 0.00
HSL 331.76º 0.94% 0.93% -
HSV(B) 331.76º 0.13% 1% -
XYZ 81.61 78.31 90.17 -
YUV 231.99 130.26 143.7 -
System Red Green Blue C M Y K H S L
Decimal 254 220 236 0 0.13 0.07 0.00 331.76 0.94 0.93
Hex FE DC EC 0 D 7 0 14C 5E 5D
Octal 376 334 354 0 15 7 0 514 136 135
Binary 11111110 11011100 11101100 0 1101 111 0 101001100 1011110 1011101

Color Harmonies of #FEDCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDCEC

Black with #FEDCEC

Text Example


Text Example

White with #FEDCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDCEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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