#F6B9D6

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

Shades of Cotton Candy #F6B9D6

Tints of Cotton Candy #F6B9D6

Color information

#F6B9D6 (or 0xF6B9D6) is unknown color: approx Cotton Candy. HEX triplet: F6, B9 and D6. RGB value is (246,185,214). Sum of RGB (Red+Green+Blue) = 246+185+214=645 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.14% from 645); Green value is 185 (72.66% from 255 or 28.68% from 645); Blue value is 214 (83.98% from 255 or 33.18% from 645); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B9D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B9D6 is #094629. Grayscale: #CECECE. Windows color (decimal): -607786 or 14072310. OLE color: 14072310.

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

Color convert

RGB246185214-
CMYK00.250.130.04
HSL331.48º77.22%84.51%-
HSV(B)331.48º24.8%96.47%-
XYZ67.4959.1571.48-
YUV206.54132.21156.14-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.14%
GREEN value IS 185 (72.66% from 255) = 28.68%
BLUE value IS 214 (83.98% from 255) = 33.18%
R=38.14%
G=28.68%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618521400.250.130.04331.4877.2284.51
HexF6B9D6019D414b4d55
Octal366271326031154513115125
Binary111101101011100111010110011001110110010100101110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B9D6; }

 p { color: rgb(246,185,214); }

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

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

 a { background-color: rgb(246,185,214); }

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

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

 span { border-color: rgb(246,185,214); }

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