#FECAC0

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

Shades of Your Pink #FECAC0

Tints of Your Pink #FECAC0

Color information

#FECAC0 (or 0xFECAC0) is unknown color: approx Your Pink. HEX triplet: FE, CA and C0. RGB value is (254,202,192). Sum of RGB (Red+Green+Blue) = 254+202+192=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 202 (79.30% from 255 or 31.17% from 648); Blue value is 192 (75.39% from 255 or 29.63% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECAC0 is #01353F. Grayscale: #D8D8D8. Windows color (decimal): -79168 or 12634878. OLE color: 12634878.

HSL color Cylindrical-coordinate representation of color #FECAC0: hue angle of 9.68º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FECAC0 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB254202192-
CMYK00.200.240.00
HSL9.68º96.88%87.45%-
HSV(B)9.68º24.41%99.61%-
XYZ71.5167.1259.06-
YUV216.41114.23154.81-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.20%
GREEN value IS 202 (79.30% from 255) = 31.17%
BLUE value IS 192 (75.39% from 255) = 29.63%
R=39.20%
G=31.17%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420219200.200.240.009.6896.8887.45
HexFECAC0014180a6157
Octal37631230002430012141127
Binary111111101100101011000000010100110000101011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECAC0; }

 p { color: rgb(254,202,192); }

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

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

 a { background-color: rgb(254,202,192); }

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

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

 span { border-color: rgb(254,202,192); }

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