#FFC6CF

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

Shades of Pink #FFC6CF

Tints of Pink #FFC6CF

Color information

#FFC6CF (or 0xFFC6CF) is unknown color: approx Pink. HEX triplet: FF, C6 and CF. RGB value is (255,198,207). Sum of RGB (Red+Green+Blue) = 255+198+207=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 198 (77.73% from 255 or 30% from 660); Blue value is 207 (81.25% from 255 or 31.36% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC6CF is #003930. Grayscale: #D8D8D8. Windows color (decimal): -14641 or 13616895. OLE color: 13616895.

HSL color Cylindrical-coordinate representation of color #FFC6CF: hue angle of 350.53º 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 #FFC6CF is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB255198207-
CMYK00.220.190
HSL350.53º100%88.82%-
HSV(B)350.53º22.35%100%-
XYZ72.766.1567.97-
YUV216.07122.88155.77-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.64%
GREEN value IS 198 (77.73% from 255) = 30%
BLUE value IS 207 (81.25% from 255) = 31.36%
R=38.64%
G=30%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519820700.220.190350.5310088.82
HexFFC6CF01613015f6459
Octal377306317026230537144131
Binary11111111110001101100111101011010011010101111111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC6CF; }

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

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

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

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

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

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

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

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