Html Css Color HEX #FEDCE7 Pig Pink

📋 copy color: '#FEDCE7'

red 254 ◦ green 220 ◦ blue 231

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

Shades of Pig Pink #FEDCE7

Tints of Pig Pink #FEDCE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 32.77%

R = 36.03%
G = 31.21%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FEDCE7 (or 0xFEDCE7) is known color: Pig Pink. HEX triplet: FE, DC and E7. RGB value is (254,220,231). Sum of RGB (Red+Green+Blue) = 254+220+231=705 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.03% from 705); Green value is 220 (86.33% from 255 or 31.21% from 705); Blue value is 231 (90.62% from 255 or 32.77% from 705); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDCE7 is #012318. Grayscale: #E7E7E7. Windows color (decimal): -74521 or 15195390. OLE color: 15195390.

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

Color convert

RGB 254 220 231 -
CMYK 0 0.13 0.09 0.00
HSL 340.59º 0.94% 0.93% -
HSV(B) 340.59º 0.13% 1% -
XYZ 80.89 78.03 86.4 -
YUV 231.42 127.76 144.11 -
System Red Green Blue C M Y K H S L
Decimal 254 220 231 0 0.13 0.09 0.00 340.59 0.94 0.93
Hex FE DC E7 0 D 9 0 155 5E 5D
Octal 376 334 347 0 15 11 0 525 136 135
Binary 11111110 11011100 11100111 0 1101 1001 0 101010101 1011110 1011101

Color Harmonies of #FEDCE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDCE7

Black with #FEDCE7

Text Example


Text Example

White with #FEDCE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDCE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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