#FEC5D1

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

Shades of Pink #FEC5D1

Tints of Pink #FEC5D1

Color information

#FEC5D1 (or 0xFEC5D1) is unknown color: approx Pink. HEX triplet: FE, C5 and D1. RGB value is (254,197,209). Sum of RGB (Red+Green+Blue) = 254+197+209=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 197 (77.34% from 255 or 29.85% from 660); Blue value is 209 (82.03% from 255 or 31.67% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC5D1 is #013A2E. Grayscale: #D7D7D7. Windows color (decimal): -80431 or 13747710. OLE color: 13747710.

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

Color convert

RGB254197209-
CMYK00.220.180.00
HSL347.37º96.61%88.43%-
HSV(B)347.37º22.44%99.61%-
XYZ72.3565.6169.17-
YUV215.41124.38155.52-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.48%
GREEN value IS 197 (77.34% from 255) = 29.85%
BLUE value IS 209 (82.03% from 255) = 31.67%
R=38.48%
G=29.85%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419720900.220.180.00347.3796.6188.43
HexFEC5D101612015b6158
Octal376305321026220533141130
Binary11111110110001011101000101011010010010101101111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC5D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC5D1; }

 p { color: rgb(254,197,209); }

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

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

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

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

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

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

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