#FECAC2

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

Shades of Your Pink #FECAC2

Tints of Your Pink #FECAC2

Color information

#FECAC2 (or 0xFECAC2) is unknown color: approx Your Pink. HEX triplet: FE, CA and C2. RGB value is (254,202,194). Sum of RGB (Red+Green+Blue) = 254+202+194=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 202 (79.30% from 255 or 31.08% from 650); Blue value is 194 (76.17% from 255 or 29.85% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECAC2 is #01353D. Grayscale: #D8D8D8. Windows color (decimal): -79166 or 12765950. OLE color: 12765950.

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

Color convert

RGB254202194-
CMYK00.200.240.00
HSL96.77%87.84%-
HSV(B)23.62%99.61%-
XYZ71.7367.2160.23-
YUV216.64115.23154.65-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.08%
GREEN value IS 202 (79.30% from 255) = 31.08%
BLUE value IS 194 (76.17% from 255) = 29.85%
R=39.08%
G=31.08%
B=29.85%

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
Decimal25420219400.200.240.00896.7787.84
HexFECAC201418086158
Octal37631230202430010141130
Binary111111101100101011000010010100110000100011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECAC2; }

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

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

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

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

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

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

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

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