#F6B9DA

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

Shades of Cotton Candy #F6B9DA

Tints of Cotton Candy #F6B9DA

Color information

#F6B9DA (or 0xF6B9DA) is unknown color: approx Cotton Candy. HEX triplet: F6, B9 and DA. RGB value is (246,185,218). Sum of RGB (Red+Green+Blue) = 246+185+218=649 (85% of max value = 765). Red value is 246 (96.48% from 255 or 37.90% from 649); Green value is 185 (72.66% from 255 or 28.51% from 649); Blue value is 218 (85.55% from 255 or 33.59% from 649); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B9DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B9DA is #094625. Grayscale: #CECECE. Windows color (decimal): -607782 or 14334454. OLE color: 14334454.

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

Color convert

RGB246185218-
CMYK00.250.110.04
HSL327.54º77.22%84.51%-
HSV(B)327.54º24.8%96.47%-
XYZ68.0159.3574.2-
YUV207134.21155.82-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.90%
GREEN value IS 185 (72.66% from 255) = 28.51%
BLUE value IS 218 (85.55% from 255) = 33.59%
R=37.90%
G=28.51%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618521800.250.110.04327.5477.2284.51
HexF6B9DA019B41484d55
Octal366271332031134510115125
Binary111101101011100111011010011001101110010100100010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B9DA; }

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

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

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

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

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

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

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

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