#FFC6C6

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

Shades of Your Pink #FFC6C6

Tints of Your Pink #FFC6C6

Color information

#FFC6C6 (or 0xFFC6C6) is unknown color: approx Your Pink. HEX triplet: FF, C6 and C6. RGB value is (255,198,198). Sum of RGB (Red+Green+Blue) = 255+198+198=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 198 (77.73% from 255 or 30.41% from 651); Blue value is 198 (77.73% from 255 or 30.41% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC6C6 is #003939. Grayscale: #D7D7D7. Windows color (decimal): -14650 or 13027071. OLE color: 13027071.

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

Color convert

RGB255198198-
CMYK00.220.220
HSL100%88.82%-
HSV(B)22.35%100%-
XYZ71.6365.7362.34-
YUV215.04118.38156.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.17%
GREEN value IS 198 (77.73% from 255) = 30.41%
BLUE value IS 198 (77.73% from 255) = 30.41%
R=39.17%
G=30.41%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519819800.220.220010088.82
HexFFC6C601616006459
Octal3773063060262600144131
Binary111111111100011011000110010110101100011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC6C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC6C6; }

 p { color: rgb(255,198,198); }

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

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

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

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

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

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

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