#FECFEB

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

Shades of Pig Pink #FECFEB

Tints of Pig Pink #FECFEB

Color information

#FECFEB (or 0xFECFEB) is unknown color: approx Pig Pink. HEX triplet: FE, CF and EB. RGB value is (254,207,235). Sum of RGB (Red+Green+Blue) = 254+207+235=696 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.49% from 696); Green value is 207 (81.25% from 255 or 29.74% from 696); Blue value is 235 (92.19% from 255 or 33.76% from 696); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECFEB is #013014. Grayscale: #E0E0E0. Windows color (decimal): -77845 or 15454206. OLE color: 15454206.

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

Color convert

RGB254207235-
CMYK00.190.070.00
HSL324.26º95.92%90.39%-
HSV(B)324.26º18.5%99.61%-
XYZ78.1871.6988.32-
YUV224.24134.07149.22-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.49%
GREEN value IS 207 (81.25% from 255) = 29.74%
BLUE value IS 235 (92.19% from 255) = 33.76%
R=36.49%
G=29.74%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420723500.190.070.00324.2695.9290.39
HexFECFEB01370144605a
Octal37631735302370504140132
Binary111111101100111111101011010011111010100010011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECFEB; }

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

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

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

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

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

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

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

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