#FECDE2

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

Shades of Pig Pink #FECDE2

Tints of Pig Pink #FECDE2

Color information

#FECDE2 (or 0xFECDE2) is unknown color: approx Pig Pink. HEX triplet: FE, CD and E2. RGB value is (254,205,226). Sum of RGB (Red+Green+Blue) = 254+205+226=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 205 (80.47% from 255 or 29.93% from 685); Blue value is 226 (88.67% from 255 or 32.99% from 685); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECDE2 is #01321D. Grayscale: #DEDEDE. Windows color (decimal): -78366 or 14863870. OLE color: 14863870.

HSL color Cylindrical-coordinate representation of color #FECDE2: hue angle of 334.29º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FECDE2 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.00.

Color convert

RGB254205226-
CMYK00.190.110.00
HSL334.29º96.08%90%-
HSV(B)334.29º19.29%99.61%-
XYZ76.4370.2281.48-
YUV222.04130.23150.79-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.08%
GREEN value IS 205 (80.47% from 255) = 29.93%
BLUE value IS 226 (88.67% from 255) = 32.99%
R=37.08%
G=29.93%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420522600.190.110.00334.2996.0890
HexFECDE2013B014e605a
Octal376315342023130516140132
Binary1111111011001101111000100100111011010100111011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECDE2; }

 p { color: rgb(254,205,226); }

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

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

 a { background-color: rgb(254,205,226); }

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

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

 span { border-color: rgb(254,205,226); }

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