#FFB6CE

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

Shades of Cotton Candy #FFB6CE

Tints of Cotton Candy #FFB6CE

Color information

#FFB6CE (or 0xFFB6CE) is unknown color: approx Cotton Candy. HEX triplet: FF, B6 and CE. RGB value is (255,182,206). Sum of RGB (Red+Green+Blue) = 255+182+206=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 182 (71.48% from 255 or 28.30% from 643); Blue value is 206 (80.86% from 255 or 32.04% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB6CE is #004931. Grayscale: #CECECE. Windows color (decimal): -18738 or 13547263. OLE color: 13547263.

HSL color Cylindrical-coordinate representation of color #FFB6CE: hue angle of 340.27º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFB6CE is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB255182206-
CMYK00.290.190
HSL340.27º100%85.69%-
HSV(B)340.27º28.63%100%-
XYZ69.1159.1766.17-
YUV206.56127.68162.55-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.66%
GREEN value IS 182 (71.48% from 255) = 28.30%
BLUE value IS 206 (80.86% from 255) = 32.04%
R=39.66%
G=28.30%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518220600.290.190340.2710085.69
HexFFB6CE01D1301546456
Octal377266316035230524144126
Binary11111111101101101100111001110110011010101010011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB6CE; }

 p { color: rgb(255,182,206); }

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

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

 a { background-color: rgb(255,182,206); }

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

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

 span { border-color: rgb(255,182,206); }

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