#FEDBEE

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

Shades of Pig Pink #FEDBEE

Tints of Pig Pink #FEDBEE

Color information

#FEDBEE (or 0xFEDBEE) is unknown color: approx Pig Pink. HEX triplet: FE, DB and EE. RGB value is (254,219,238). Sum of RGB (Red+Green+Blue) = 254+219+238=711 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.72% from 711); Green value is 219 (85.94% from 255 or 30.80% from 711); Blue value is 238 (93.36% from 255 or 33.47% from 711); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDBEE is #012411. Grayscale: #E7E7E7. Windows color (decimal): -74770 or 15653886. OLE color: 15653886.

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

Color convert

RGB254219238-
CMYK00.140.060.00
HSL327.43º94.59%92.75%-
HSV(B)327.43º13.78%99.61%-
XYZ81.6477.9191.62-
YUV231.63131.6143.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.72%
GREEN value IS 219 (85.94% from 255) = 30.80%
BLUE value IS 238 (93.36% from 255) = 33.47%
R=35.72%
G=30.80%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421923800.140.060.00327.4394.5992.75
HexFEDBEE0E601475f5d
Octal37633335601660507137135
Binary11111110110110111110111001110110010100011110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDBEE; }

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

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

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

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

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

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

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

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