Html Css Color HEX #FEDCE6 Pig Pink

📋 copy color: '#FEDCE6'

red 254 ◦ green 220 ◦ blue 230

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

Shades of Pig Pink #FEDCE6

Tints of Pig Pink #FEDCE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 32.67%

R = 36.08%
G = 31.25%
B = 32.67%

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

#FEDCE6 (or 0xFEDCE6) is known color: Pig Pink. HEX triplet: FE, DC and E6. RGB value is (254,220,230). Sum of RGB (Red+Green+Blue) = 254+220+230=704 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.08% from 704); Green value is 220 (86.33% from 255 or 31.25% from 704); Blue value is 230 (90.23% from 255 or 32.67% from 704); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDCE6 is #012319. Grayscale: #E7E7E7. Windows color (decimal): -74522 or 15129854. OLE color: 15129854.

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

Color convert

RGB 254 220 230 -
CMYK 0 0.13 0.09 0.00
HSL 342.35º 0.94% 0.93% -
HSV(B) 342.35º 0.13% 1% -
XYZ 80.75 77.97 85.66 -
YUV 231.31 127.26 144.19 -
System Red Green Blue C M Y K H S L
Decimal 254 220 230 0 0.13 0.09 0.00 342.35 0.94 0.93
Hex FE DC E6 0 D 9 0 156 5E 5D
Octal 376 334 346 0 15 11 0 526 136 135
Binary 11111110 11011100 11100110 0 1101 1001 0 101010110 1011110 1011101

Color Harmonies of #FEDCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDCE6

Black with #FEDCE6

Text Example


Text Example

White with #FEDCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDCE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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