#FCC9BF

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

Shades of Your Pink #FCC9BF

Tints of Your Pink #FCC9BF

Color information

#FCC9BF (or 0xFCC9BF) is unknown color: approx Your Pink. HEX triplet: FC, C9 and BF. RGB value is (252,201,191). Sum of RGB (Red+Green+Blue) = 252+201+191=644 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.13% from 644); Green value is 201 (78.91% from 255 or 31.21% from 644); Blue value is 191 (75% from 255 or 29.66% from 644); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC9BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC9BF is #033640. Grayscale: #D7D7D7. Windows color (decimal): -210497 or 12569084. OLE color: 12569084.

HSL color Cylindrical-coordinate representation of color #FCC9BF: hue angle of 9.84º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FCC9BF is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB252201191-
CMYK00.200.240.01
HSL9.84º91.04%86.86%-
HSV(B)9.84º24.21%98.82%-
XYZ70.4466.2358.36-
YUV215.11114.4154.31-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.13%
GREEN value IS 201 (78.91% from 255) = 31.21%
BLUE value IS 191 (75% from 255) = 29.66%
R=39.13%
G=31.21%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220119100.200.240.019.8491.0486.86
HexFCC9BF014181a5b57
Octal37431127702430112133127
Binary111111001100100110111111010100110001101010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC9BF; }

 p { color: rgb(252,201,191); }

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

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

 a { background-color: rgb(252,201,191); }

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

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

 span { border-color: rgb(252,201,191); }

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