#F6C0CA

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

Shades of Pink #F6C0CA

Tints of Pink #F6C0CA

Color information

#F6C0CA (or 0xF6C0CA) is unknown color: approx Pink. HEX triplet: F6, C0 and CA. RGB value is (246,192,202). Sum of RGB (Red+Green+Blue) = 246+192+202=640 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.44% from 640); Green value is 192 (75.39% from 255 or 30% from 640); Blue value is 202 (79.30% from 255 or 31.56% from 640); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C0CA is #093F35. Grayscale: #D1D1D1. Windows color (decimal): -606006 or 13287670. OLE color: 13287670.

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

Color convert

RGB246192202-
CMYK00.220.180.04
HSL348.89º75%85.88%-
HSV(B)348.89º21.95%96.47%-
XYZ67.5261.5664.2-
YUV209.29123.89154.19-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.44%
GREEN value IS 192 (75.39% from 255) = 30%
BLUE value IS 202 (79.30% from 255) = 31.56%
R=38.44%
G=30%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619220200.220.180.04348.897585.88
HexF6C0CA01612415d4b56
Octal366300312026224535113126
Binary1111011011000000110010100101101001010010101110110010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C0CA; }

 p { color: rgb(246,192,202); }

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

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

 a { background-color: rgb(246,192,202); }

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

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

 span { border-color: rgb(246,192,202); }

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