#FEC5CC

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

Shades of Pink #FEC5CC

Tints of Pink #FEC5CC

Color information

#FEC5CC (or 0xFEC5CC) is unknown color: approx Pink. HEX triplet: FE, C5 and CC. RGB value is (254,197,204). Sum of RGB (Red+Green+Blue) = 254+197+204=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 197 (77.34% from 255 or 30.08% from 655); Blue value is 204 (80.08% from 255 or 31.15% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC5CC is #013A33. Grayscale: #D6D6D6. Windows color (decimal): -80436 or 13420030. OLE color: 13420030.

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

Color convert

RGB254197204-
CMYK00.220.200.00
HSL352.63º96.61%88.43%-
HSV(B)352.63º22.44%99.61%-
XYZ71.7465.3665.96-
YUV214.84121.88155.93-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.78%
GREEN value IS 197 (77.34% from 255) = 30.08%
BLUE value IS 204 (80.08% from 255) = 31.15%
R=38.78%
G=30.08%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419720400.220.200.00352.6396.6188.43
HexFEC5CC0161401616158
Octal376305314026240541141130
Binary11111110110001011100110001011010100010110000111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC5CC; }

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

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

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

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

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

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

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

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