Html Css Color HEX #FEDFEC Pig Pink

📋 copy color: '#FEDFEC'

red 254 ◦ green 223 ◦ blue 236

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

Shades of Pig Pink #FEDFEC

Tints of Pig Pink #FEDFEC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 31.28%

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

R = 35.62%
G = 31.28%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FEDFEC (or 0xFEDFEC) is known color: Pig Pink. HEX triplet: FE, DF and EC. RGB value is (254,223,236). Sum of RGB (Red+Green+Blue) = 254+223+236=713 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.62% from 713); Green value is 223 (87.5% from 255 or 31.28% from 713); Blue value is 236 (92.58% from 255 or 33.10% from 713); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDFEC is #012013. Grayscale: #E9E9E9. Windows color (decimal): -73748 or 15523838. OLE color: 15523838.

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

Color convert

RGB 254 223 236 -
CMYK 0 0.12 0.07 0.00
HSL 334.84º 0.94% 0.94% -
HSV(B) 334.84º 0.12% 1% -
XYZ 82.4 79.9 90.44 -
YUV 233.75 129.27 142.44 -
System Red Green Blue C M Y K H S L
Decimal 254 223 236 0 0.12 0.07 0.00 334.84 0.94 0.94
Hex FE DF EC 0 C 7 0 14F 5E 5E
Octal 376 337 354 0 14 7 0 517 136 136
Binary 11111110 11011111 11101100 0 1100 111 0 101001111 1011110 1011110

Color Harmonies of #FEDFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDFEC

Black with #FEDFEC

Text Example


Text Example

White with #FEDFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDFEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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