#F6B9DC

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

Shades of Cotton Candy #F6B9DC

Tints of Cotton Candy #F6B9DC

Color information

#F6B9DC (or 0xF6B9DC) is unknown color: approx Cotton Candy. HEX triplet: F6, B9 and DC. RGB value is (246,185,220). Sum of RGB (Red+Green+Blue) = 246+185+220=651 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.79% from 651); Green value is 185 (72.66% from 255 or 28.42% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B9DC is #094623. Grayscale: #CFCFCF. Windows color (decimal): -607780 or 14465526. OLE color: 14465526.

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

Color convert

RGB246185220-
CMYK00.250.110.04
HSL325.57º77.22%84.51%-
HSV(B)325.57º24.8%96.47%-
XYZ68.2759.4675.59-
YUV207.23135.21155.65-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.79%
GREEN value IS 185 (72.66% from 255) = 28.42%
BLUE value IS 220 (86.33% from 255) = 33.79%
R=37.79%
G=28.42%
B=33.79%

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
Decimal24618522000.250.110.04325.5777.2284.51
HexF6B9DC019B41464d55
Octal366271334031134506115125
Binary111101101011100111011100011001101110010100011010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B9DC; }

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

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

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

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

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

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

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

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