#F6BACF

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

Shades of Cotton Candy #F6BACF

Tints of Cotton Candy #F6BACF

Color information

#F6BACF (or 0xF6BACF) is unknown color: approx Cotton Candy. HEX triplet: F6, BA and CF. RGB value is (246,186,207). Sum of RGB (Red+Green+Blue) = 246+186+207=639 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.50% from 639); Green value is 186 (73.05% from 255 or 29.11% from 639); Blue value is 207 (81.25% from 255 or 32.39% from 639); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BACF is #094530. Grayscale: #CECECE. Windows color (decimal): -607537 or 13613814. OLE color: 13613814.

HSL color Cylindrical-coordinate representation of color #F6BACF: hue angle of 339º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6BACF is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB246186207-
CMYK00.240.160.04
HSL339º76.92%84.71%-
HSV(B)339º24.39%96.47%-
XYZ66.8359.2266.94-
YUV206.33128.38156.29-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.50%
GREEN value IS 186 (73.05% from 255) = 29.11%
BLUE value IS 207 (81.25% from 255) = 32.39%
R=38.50%
G=29.11%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618620700.240.160.0433976.9284.71
HexF6BACF0181041534d55
Octal366272317030204523115125
Binary1111011010111010110011110110001000010010101001110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BACF; }

 p { color: rgb(246,186,207); }

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

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

 a { background-color: rgb(246,186,207); }

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

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

 span { border-color: rgb(246,186,207); }

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