Html Css Color HEX #FEDCE5 Pig Pink

📋 copy color: '#FEDCE5'

red 254 ◦ green 220 ◦ blue 229

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

Shades of Pig Pink #FEDCE5

Tints of Pig Pink #FEDCE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 32.57%

R = 36.13%
G = 31.29%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#FEDCE5 (or 0xFEDCE5) is known color: Pig Pink. HEX triplet: FE, DC and E5. RGB value is (254,220,229). Sum of RGB (Red+Green+Blue) = 254+220+229=703 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.13% from 703); Green value is 220 (86.33% from 255 or 31.29% from 703); Blue value is 229 (89.84% from 255 or 32.57% from 703); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCE5 is #01231A. Grayscale: #E7E7E7. Windows color (decimal): -74523 or 15064318. OLE color: 15064318.

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

Color convert

RGB 254 220 229 -
CMYK 0 0.13 0.10 0.00
HSL 344.12º 0.94% 0.93% -
HSV(B) 344.12º 0.13% 1% -
XYZ 80.61 77.91 84.92 -
YUV 231.19 126.76 144.27 -
System Red Green Blue C M Y K H S L
Decimal 254 220 229 0 0.13 0.10 0.00 344.12 0.94 0.93
Hex FE DC E5 0 D A 0 158 5E 5D
Octal 376 334 345 0 15 12 0 530 136 135
Binary 11111110 11011100 11100101 0 1101 1010 0 101011000 1011110 1011101

Color Harmonies of #FEDCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDCE5

Black with #FEDCE5

Text Example


Text Example

White with #FEDCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDCE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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