#F6BCD8

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

Shades of Cotton Candy #F6BCD8

Tints of Cotton Candy #F6BCD8

Color information

#F6BCD8 (or 0xF6BCD8) is unknown color: approx Cotton Candy. HEX triplet: F6, BC and D8. RGB value is (246,188,216). Sum of RGB (Red+Green+Blue) = 246+188+216=650 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.85% from 650); Green value is 188 (73.83% from 255 or 28.92% from 650); Blue value is 216 (84.77% from 255 or 33.23% from 650); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BCD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BCD8 is #094327. Grayscale: #D0D0D0. Windows color (decimal): -607016 or 14204150. OLE color: 14204150.

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

Color convert

RGB246188216-
CMYK00.240.120.04
HSL331.03º76.32%85.1%-
HSV(B)331.03º23.58%96.47%-
XYZ68.3860.5273.04-
YUV208.53132.22154.72-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.85%
GREEN value IS 188 (73.83% from 255) = 28.92%
BLUE value IS 216 (84.77% from 255) = 33.23%
R=37.85%
G=28.92%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618821600.240.120.04331.0376.3285.1
HexF6BCD8018C414b4c55
Octal366274330030144513114125
Binary111101101011110011011000011000110010010100101110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BCD8; }

 p { color: rgb(246,188,216); }

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

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

 a { background-color: rgb(246,188,216); }

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

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

 span { border-color: rgb(246,188,216); }

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