#FEDBEC

Color #FEDBEC Pig Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pig Pink #FEDBEC

Tints of Pig Pink #FEDBEC

Color information

#FEDBEC (or 0xFEDBEC) is unknown color: approx Pig Pink. HEX triplet: FE, DB and EC. RGB value is (254,219,236). Sum of RGB (Red+Green+Blue) = 254+219+236=709 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.83% from 709); Green value is 219 (85.94% from 255 or 30.89% from 709); Blue value is 236 (92.58% from 255 or 33.29% from 709); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDBEC is #012413. Grayscale: #E7E7E7. Windows color (decimal): -74772 or 15522814. OLE color: 15522814.

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

Color convert

RGB254219236-
CMYK00.140.070.00
HSL330.86º94.59%92.75%-
HSV(B)330.86º13.78%99.61%-
XYZ81.3477.7990.08-
YUV231.4130.6144.12-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.83%
GREEN value IS 219 (85.94% from 255) = 30.89%
BLUE value IS 236 (92.58% from 255) = 33.29%
R=35.83%
G=30.89%
B=33.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421923600.140.070.00330.8694.5992.75
HexFEDBEC0E7014b5f5d
Octal37633335401670513137135
Binary11111110110110111110110001110111010100101110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDBEC; }

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

 H1.HeaderClassName
 {
   color: #FEDBEC;
 }
 .AnyTagClassName
 {
   color: #FEDBEC;
 }
</style>
background-color css

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

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

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

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

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

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