#FECFEA

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

Shades of Pig Pink #FECFEA

Tints of Pig Pink #FECFEA

Color information

#FECFEA (or 0xFECFEA) is unknown color: approx Pig Pink. HEX triplet: FE, CF and EA. RGB value is (254,207,234). Sum of RGB (Red+Green+Blue) = 254+207+234=695 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.55% from 695); Green value is 207 (81.25% from 255 or 29.78% from 695); Blue value is 234 (91.80% from 255 or 33.67% from 695); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECFEA is #013015. Grayscale: #E0E0E0. Windows color (decimal): -77846 or 15388670. OLE color: 15388670.

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

Color convert

RGB254207234-
CMYK00.190.080.00
HSL325.53º95.92%90.39%-
HSV(B)325.53º18.5%99.61%-
XYZ78.0471.6487.56-
YUV224.13133.57149.3-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.55%
GREEN value IS 207 (81.25% from 255) = 29.78%
BLUE value IS 234 (91.80% from 255) = 33.67%
R=36.55%
G=29.78%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420723400.190.080.00325.5395.9290.39
HexFECFEA01380146605a
Octal376317352023100506140132
Binary1111111011001111111010100100111000010100011011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECFEA; }

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

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

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

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

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

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

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

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