#FEDEEB

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

Shades of Pig Pink #FEDEEB

Tints of Pig Pink #FEDEEB

Color information

#FEDEEB (or 0xFEDEEB) is unknown color: approx Pig Pink. HEX triplet: FE, DE and EB. RGB value is (254,222,235). Sum of RGB (Red+Green+Blue) = 254+222+235=711 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.72% from 711); Green value is 222 (87.11% from 255 or 31.22% from 711); Blue value is 235 (92.19% from 255 or 33.05% from 711); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDEEB is #012114. Grayscale: #E9E9E9. Windows color (decimal): -74005 or 15458046. OLE color: 15458046.

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

Color convert

RGB254222235-
CMYK00.130.070.00
HSL335.62º94.12%93.33%-
HSV(B)335.62º12.6%99.61%-
XYZ81.9979.3189.58-
YUV233.05129.1142.94-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.72%
GREEN value IS 222 (87.11% from 255) = 31.22%
BLUE value IS 235 (92.19% from 255) = 33.05%
R=35.72%
G=31.22%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422223500.130.070.00335.6294.1293.33
HexFEDEEB0D701505e5d
Octal37633635301570520136135
Binary11111110110111101110101101101111010101000010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDEEB; }

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

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

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

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

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

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

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

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