#FECACD

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

Shades of Pink #FECACD

Tints of Pink #FECACD

Color information

#FECACD (or 0xFECACD) is unknown color: approx Pink. HEX triplet: FE, CA and CD. RGB value is (254,202,205). Sum of RGB (Red+Green+Blue) = 254+202+205=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 202 (79.30% from 255 or 30.56% from 661); Blue value is 205 (80.47% from 255 or 31.01% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FECACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECACD is #013532. Grayscale: #D9D9D9. Windows color (decimal): -79155 or 13486846. OLE color: 13486846.

HSL color Cylindrical-coordinate representation of color #FECACD: hue angle of 356.54º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FECACD is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB254202205-
CMYK00.200.190.00
HSL356.54º96.3%89.41%-
HSV(B)356.54º20.47%99.61%-
XYZ73.0167.7266.98-
YUV217.89120.73153.76-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.43%
GREEN value IS 202 (79.30% from 255) = 30.56%
BLUE value IS 205 (80.47% from 255) = 31.01%
R=38.43%
G=30.56%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420220500.200.190.00356.5496.389.41
HexFECACD0141301656059
Octal376312315024230545140131
Binary11111110110010101100110101010010011010110010111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECACD; }

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

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

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

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

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

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

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

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