#F6BADD

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

Shades of Cotton Candy #F6BADD

Tints of Cotton Candy #F6BADD

Color information

#F6BADD (or 0xF6BADD) is unknown color: approx Cotton Candy. HEX triplet: F6, BA and DD. RGB value is (246,186,221). Sum of RGB (Red+Green+Blue) = 246+186+221=653 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.67% from 653); Green value is 186 (73.05% from 255 or 28.48% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BADD is #094522. Grayscale: #CFCFCF. Windows color (decimal): -607523 or 14531318. OLE color: 14531318.

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

Color convert

RGB246186221-
CMYK00.240.100.04
HSL325º76.92%84.71%-
HSV(B)325º24.39%96.47%-
XYZ68.6259.9376.36-
YUV207.93135.38155.15-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.67%
GREEN value IS 186 (73.05% from 255) = 28.48%
BLUE value IS 221 (86.72% from 255) = 33.84%
R=37.67%
G=28.48%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618622100.240.100.0432576.9284.71
HexF6BADD018A41454d55
Octal366272335030124505115125
Binary111101101011101011011101011000101010010100010110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BADD; }

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

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

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

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

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

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

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

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