#FFB6DF

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

Shades of Cotton Candy #FFB6DF

Tints of Cotton Candy #FFB6DF

Color information

#FFB6DF (or 0xFFB6DF) is unknown color: approx Cotton Candy. HEX triplet: FF, B6 and DF. RGB value is (255,182,223). Sum of RGB (Red+Green+Blue) = 255+182+223=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 182 (71.48% from 255 or 27.58% from 660); Blue value is 223 (87.5% from 255 or 33.79% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB6DF is #004920. Grayscale: #D0D0D0. Windows color (decimal): -18721 or 14661375. OLE color: 14661375.

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

Color convert

RGB255182223-
CMYK00.290.130
HSL326.3º100%85.69%-
HSV(B)326.3º28.63%100%-
XYZ71.2960.0477.64-
YUV208.5136.18161.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.64%
GREEN value IS 182 (71.48% from 255) = 27.58%
BLUE value IS 223 (87.5% from 255) = 33.79%
R=38.64%
G=27.58%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518222300.290.130326.310085.69
HexFFB6DF01DD01466456
Octal377266337035150506144126
Binary1111111110110110110111110111011101010100011011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB6DF; }

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

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

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

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

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

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

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

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