#FED6EB

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

Shades of Pig Pink #FED6EB

Tints of Pig Pink #FED6EB

Color information

#FED6EB (or 0xFED6EB) is unknown color: approx Pig Pink. HEX triplet: FE, D6 and EB. RGB value is (254,214,235). Sum of RGB (Red+Green+Blue) = 254+214+235=703 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.13% from 703); Green value is 214 (83.98% from 255 or 30.44% from 703); Blue value is 235 (92.19% from 255 or 33.43% from 703); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED6EB is #012914. Grayscale: #E4E4E4. Windows color (decimal): -76053 or 15455998. OLE color: 15455998.

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

Color convert

RGB254214235-
CMYK00.160.070.00
HSL328.5º95.24%91.76%-
HSV(B)328.5º15.75%99.61%-
XYZ79.9275.1688.89-
YUV228.35131.75146.29-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.13%
GREEN value IS 214 (83.98% from 255) = 30.44%
BLUE value IS 235 (92.19% from 255) = 33.43%
R=36.13%
G=30.44%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421423500.160.070.00328.595.2491.76
HexFED6EB010701485f5c
Octal37632635302070510137134
Binary111111101101011011101011010000111010100100010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED6EB; }

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

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

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

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

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

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

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

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