#FEC1C1

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

Shades of Your Pink #FEC1C1

Tints of Your Pink #FEC1C1

Color information

#FEC1C1 (or 0xFEC1C1) is unknown color: approx Your Pink. HEX triplet: FE, C1 and C1. RGB value is (254,193,193). Sum of RGB (Red+Green+Blue) = 254+193+193=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 193 (75.78% from 255 or 30.16% from 640); Blue value is 193 (75.78% from 255 or 30.16% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC1C1 is #013E3E. Grayscale: #D3D3D3. Windows color (decimal): -81471 or 12698110. OLE color: 12698110.

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

Color convert

RGB254193193-
CMYK00.240.240.00
HSL96.83%87.65%-
HSV(B)24.02%99.61%-
XYZ69.5763.0658.96-
YUV211.24117.71158.5-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.69%
GREEN value IS 193 (75.78% from 255) = 30.16%
BLUE value IS 193 (75.78% from 255) = 30.16%
R=39.69%
G=30.16%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419319300.240.240.00096.8387.65
HexFEC1C101818006158
Octal3763013010303000141130
Binary111111101100000111000001011000110000011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC1C1; }

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

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

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

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

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

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

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

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