#FFB6CF

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

Shades of Cotton Candy #FFB6CF

Tints of Cotton Candy #FFB6CF

Color information

#FFB6CF (or 0xFFB6CF) is unknown color: approx Cotton Candy. HEX triplet: FF, B6 and CF. RGB value is (255,182,207). Sum of RGB (Red+Green+Blue) = 255+182+207=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 182 (71.48% from 255 or 28.26% from 644); Blue value is 207 (81.25% from 255 or 32.14% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB6CF is #004930. Grayscale: #CECECE. Windows color (decimal): -18737 or 13612799. OLE color: 13612799.

HSL color Cylindrical-coordinate representation of color #FFB6CF: hue angle of 339.45º 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 #FFB6CF is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB255182207-
CMYK00.290.190
HSL339.45º100%85.69%-
HSV(B)339.45º28.63%100%-
XYZ69.2359.2266.81-
YUV206.68128.18162.47-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.60%
GREEN value IS 182 (71.48% from 255) = 28.26%
BLUE value IS 207 (81.25% from 255) = 32.14%
R=39.60%
G=28.26%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518220700.290.190339.4510085.69
HexFFB6CF01D1301536456
Octal377266317035230523144126
Binary11111111101101101100111101110110011010101001111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB6CF; }

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

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

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

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

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

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

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

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