#FECAC1

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

Shades of Your Pink #FECAC1

Tints of Your Pink #FECAC1

Color information

#FECAC1 (or 0xFECAC1) is unknown color: approx Your Pink. HEX triplet: FE, CA and C1. RGB value is (254,202,193). Sum of RGB (Red+Green+Blue) = 254+202+193=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 202 (79.30% from 255 or 31.12% from 649); Blue value is 193 (75.78% from 255 or 29.74% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECAC1 is #01353E. Grayscale: #D8D8D8. Windows color (decimal): -79167 or 12700414. OLE color: 12700414.

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

Color convert

RGB254202193-
CMYK00.200.240.00
HSL8.85º96.83%87.65%-
HSV(B)8.85º24.02%99.61%-
XYZ71.6267.1659.64-
YUV216.52114.73154.73-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.14%
GREEN value IS 202 (79.30% from 255) = 31.12%
BLUE value IS 193 (75.78% from 255) = 29.74%
R=39.14%
G=31.12%
B=29.74%

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
Decimal25420219300.200.240.008.8596.8387.65
HexFECAC101418096158
Octal37631230102430011141130
Binary111111101100101011000001010100110000100111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECAC1; }

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

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

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

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

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

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

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

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