#FECAC4

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

Shades of Your Pink #FECAC4

Tints of Your Pink #FECAC4

Color information

#FECAC4 (or 0xFECAC4) is unknown color: approx Your Pink. HEX triplet: FE, CA and C4. RGB value is (254,202,196). Sum of RGB (Red+Green+Blue) = 254+202+196=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 202 (79.30% from 255 or 30.98% from 652); Blue value is 196 (76.95% from 255 or 30.06% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECAC4 is #01353B. Grayscale: #D8D8D8. Windows color (decimal): -79164 or 12897022. OLE color: 12897022.

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

Color convert

RGB254202196-
CMYK00.200.230.00
HSL6.21º96.67%88.24%-
HSV(B)6.21º22.83%99.61%-
XYZ71.9667.361.42-
YUV216.86116.23154.49-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.96%
GREEN value IS 202 (79.30% from 255) = 30.98%
BLUE value IS 196 (76.95% from 255) = 30.06%
R=38.96%
G=30.98%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420219600.200.230.006.2196.6788.24
HexFECAC401417066158
Octal3763123040242706141130
Binary11111110110010101100010001010010111011011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECAC4; }

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

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

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

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

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

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

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

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