Html Css Color HEX #FEDEEC Pig Pink

📋 copy color: '#FEDEEC'

red 254 ◦ green 222 ◦ blue 236

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

Shades of Pig Pink #FEDEEC

Tints of Pig Pink #FEDEEC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 31.18%

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

R = 35.67%
G = 31.18%
B = 33.15%

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

#FEDEEC (or 0xFEDEEC) is known color: Pig Pink. HEX triplet: FE, DE and EC. RGB value is (254,222,236). Sum of RGB (Red+Green+Blue) = 254+222+236=712 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.67% from 712); Green value is 222 (87.11% from 255 or 31.18% from 712); Blue value is 236 (92.58% from 255 or 33.15% from 712); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDEEC is #012113. Grayscale: #E9E9E9. Windows color (decimal): -74004 or 15523582. OLE color: 15523582.

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

Color convert

RGB 254 222 236 -
CMYK 0 0.13 0.07 0.00
HSL 333.75º 0.94% 0.93% -
HSV(B) 333.75º 0.13% 1% -
XYZ 82.13 79.37 90.35 -
YUV 233.16 129.6 142.86 -
System Red Green Blue C M Y K H S L
Decimal 254 222 236 0 0.13 0.07 0.00 333.75 0.94 0.93
Hex FE DE EC 0 D 7 0 14E 5E 5D
Octal 376 336 354 0 15 7 0 516 136 135
Binary 11111110 11011110 11101100 0 1101 111 0 101001110 1011110 1011101

Color Harmonies of #FEDEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDEEC

Black with #FEDEEC

Text Example


Text Example

White with #FEDEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDEEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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