#F6C3CD

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

Shades of Pink #F6C3CD

Tints of Pink #F6C3CD

Color information

#F6C3CD (or 0xF6C3CD) is unknown color: approx Pink. HEX triplet: F6, C3 and CD. RGB value is (246,195,205). Sum of RGB (Red+Green+Blue) = 246+195+205=646 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.08% from 646); Green value is 195 (76.56% from 255 or 30.19% from 646); Blue value is 205 (80.47% from 255 or 31.73% from 646); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C3CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C3CD is #093C32. Grayscale: #D3D3D3. Windows color (decimal): -605235 or 13485046. OLE color: 13485046.

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

Color convert

RGB246195205-
CMYK00.210.170.04
HSL348.24º73.91%86.47%-
HSV(B)348.24º20.73%96.47%-
XYZ68.5463.0366.31-
YUV211.39124.4152.69-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.08%
GREEN value IS 195 (76.56% from 255) = 30.19%
BLUE value IS 205 (80.47% from 255) = 31.73%
R=38.08%
G=30.19%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619520500.210.170.04348.2473.9186.47
HexF6C3CD01511415c4a56
Octal366303315025214534112126
Binary1111011011000011110011010101011000110010101110010010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C3CD; }

 p { color: rgb(246,195,205); }

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

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

 a { background-color: rgb(246,195,205); }

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

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

 span { border-color: rgb(246,195,205); }

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