#FECFDE

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

Shades of Pig Pink #FECFDE

Tints of Pig Pink #FECFDE

Color information

#FECFDE (or 0xFECFDE) is unknown color: approx Pig Pink. HEX triplet: FE, CF and DE. RGB value is (254,207,222). Sum of RGB (Red+Green+Blue) = 254+207+222=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 207 (81.25% from 255 or 30.31% from 683); Blue value is 222 (87.11% from 255 or 32.50% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECFDE is #013021. Grayscale: #DEDEDE. Windows color (decimal): -77858 or 14602238. OLE color: 14602238.

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

Color convert

RGB254207222-
CMYK00.190.130.00
HSL340.85º95.92%90.39%-
HSV(B)340.85º18.5%99.61%-
XYZ76.3770.9778.78-
YUV222.76127.57150.28-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.19%
GREEN value IS 207 (81.25% from 255) = 30.31%
BLUE value IS 222 (87.11% from 255) = 32.50%
R=37.19%
G=30.31%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420722200.190.130.00340.8595.9290.39
HexFECFDE013D0155605a
Octal376317336023150525140132
Binary1111111011001111110111100100111101010101010111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECFDE; }

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

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

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

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

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

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

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

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