#FCC6C5

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

Shades of Your Pink #FCC6C5

Tints of Your Pink #FCC6C5

Color information

#FCC6C5 (or 0xFCC6C5) is unknown color: approx Your Pink. HEX triplet: FC, C6 and C5. RGB value is (252,198,197). Sum of RGB (Red+Green+Blue) = 252+198+197=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 198 (77.73% from 255 or 30.60% from 647); Blue value is 197 (77.34% from 255 or 30.45% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC6C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC6C5 is #03393A. Grayscale: #D6D6D6. Windows color (decimal): -211259 or 12961532. OLE color: 12961532.

HSL color Cylindrical-coordinate representation of color #FCC6C5: hue angle of 1.09º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FCC6C5 is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB252198197-
CMYK00.210.220.01
HSL1.09º90.16%88.04%-
HSV(B)1.09º21.83%98.82%-
XYZ70.4265.1161.68-
YUV214.03118.39155.08-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.95%
GREEN value IS 198 (77.73% from 255) = 30.60%
BLUE value IS 197 (77.34% from 255) = 30.45%
R=38.95%
G=30.60%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219819700.210.220.011.0990.1688.04
HexFCC6C501516115a58
Octal3743063050252611132130
Binary111111001100011011000101010101101101110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC6C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC6C5; }

 p { color: rgb(252,198,197); }

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

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

 a { background-color: rgb(252,198,197); }

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

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

 span { border-color: rgb(252,198,197); }

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