#FCC9BB

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

Shades of Your Pink #FCC9BB

Tints of Your Pink #FCC9BB

Color information

#FCC9BB (or 0xFCC9BB) is unknown color: approx Your Pink. HEX triplet: FC, C9 and BB. RGB value is (252,201,187). Sum of RGB (Red+Green+Blue) = 252+201+187=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 201 (78.91% from 255 or 31.41% from 640); Blue value is 187 (73.44% from 255 or 29.22% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC9BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC9BB is #033644. Grayscale: #D6D6D6. Windows color (decimal): -210501 or 12306940. OLE color: 12306940.

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

Color convert

RGB252201187-
CMYK00.200.260.01
HSL12.92º91.55%86.08%-
HSV(B)12.92º25.79%98.82%-
XYZ7066.0656.07-
YUV214.65112.4154.64-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.38%
GREEN value IS 201 (78.91% from 255) = 31.41%
BLUE value IS 187 (73.44% from 255) = 29.22%
R=39.38%
G=31.41%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220118700.200.260.0112.9291.5586.08
HexFCC9BB0141A1d5c56
Octal37431127302432115134126
Binary111111001100100110111011010100110101110110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC9BB; }

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

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

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

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

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

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

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

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