#FEC3C1

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

Shades of Your Pink #FEC3C1

Tints of Your Pink #FEC3C1

Color information

#FEC3C1 (or 0xFEC3C1) is unknown color: approx Your Pink. HEX triplet: FE, C3 and C1. RGB value is (254,195,193). Sum of RGB (Red+Green+Blue) = 254+195+193=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 195 (76.56% from 255 or 30.37% from 642); Blue value is 193 (75.78% from 255 or 30.06% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC3C1 is #013C3E. Grayscale: #D4D4D4. Windows color (decimal): -80959 or 12698622. OLE color: 12698622.

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

Color convert

RGB254195193-
CMYK00.230.240.00
HSL1.97º96.83%87.65%-
HSV(B)1.97º24.02%99.61%-
XYZ70.0163.9559.11-
YUV212.41117.05157.66-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.56%
GREEN value IS 195 (76.56% from 255) = 30.37%
BLUE value IS 193 (75.78% from 255) = 30.06%
R=39.56%
G=30.37%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419519300.230.240.001.9796.8387.65
HexFEC3C101718026158
Octal3763033010273002141130
Binary1111111011000011110000010101111100001011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC3C1; }

 p { color: rgb(254,195,193); }

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

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

 a { background-color: rgb(254,195,193); }

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

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

 span { border-color: rgb(254,195,193); }

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