#F6C2CB

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

Shades of Pink #F6C2CB

Tints of Pink #F6C2CB

Color information

#F6C2CB (or 0xF6C2CB) is unknown color: approx Pink. HEX triplet: F6, C2 and CB. RGB value is (246,194,203). Sum of RGB (Red+Green+Blue) = 246+194+203=643 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.26% from 643); Green value is 194 (76.17% from 255 or 30.17% from 643); Blue value is 203 (79.69% from 255 or 31.57% from 643); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C2CB is #093D34. Grayscale: #D2D2D2. Windows color (decimal): -605493 or 13353718. OLE color: 13353718.

HSL color Cylindrical-coordinate representation of color #F6C2CB: hue angle of 349.62º 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 #F6C2CB is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB246194203-
CMYK00.210.170.04
HSL349.62º74.29%86.27%-
HSV(B)349.62º21.14%96.47%-
XYZ68.0862.4964.97-
YUV210.57123.73153.27-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.26%
GREEN value IS 194 (76.17% from 255) = 30.17%
BLUE value IS 203 (79.69% from 255) = 31.57%
R=38.26%
G=30.17%
B=31.57%

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
Decimal24619420300.210.170.04349.6274.2986.27
HexF6C2CB01511415e4a56
Octal366302313025214536112126
Binary1111011011000010110010110101011000110010101111010010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C2CB; }

 p { color: rgb(246,194,203); }

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

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

 a { background-color: rgb(246,194,203); }

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

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

 span { border-color: rgb(246,194,203); }

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