#FCC1BB

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

Shades of Your Pink #FCC1BB

Tints of Your Pink #FCC1BB

Color information

#FCC1BB (or 0xFCC1BB) is unknown color: approx Your Pink. HEX triplet: FC, C1 and BB. RGB value is (252,193,187). Sum of RGB (Red+Green+Blue) = 252+193+187=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 193 (75.78% from 255 or 30.54% from 632); Blue value is 187 (73.44% from 255 or 29.59% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC1BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC1BB is #033E44. Grayscale: #D2D2D2. Windows color (decimal): -212549 or 12304892. OLE color: 12304892.

HSL color Cylindrical-coordinate representation of color #FCC1BB: hue angle of 5.54º 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 #FCC1BB is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB252193187-
CMYK00.230.260.01
HSL5.54º91.55%86.08%-
HSV(B)5.54º25.79%98.82%-
XYZ68.1862.4255.47-
YUV209.96115.05157.99-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.87%
GREEN value IS 193 (75.78% from 255) = 30.54%
BLUE value IS 187 (73.44% from 255) = 29.59%
R=39.87%
G=30.54%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219318700.230.260.015.5491.5586.08
HexFCC1BB0171A165c56
Octal3743012730273216134126
Binary11111100110000011011101101011111010111010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC1BB; }

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

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

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

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

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

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

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

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