#FFB6D3

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

Shades of Cotton Candy #FFB6D3

Tints of Cotton Candy #FFB6D3

Color information

#FFB6D3 (or 0xFFB6D3) is unknown color: approx Cotton Candy. HEX triplet: FF, B6 and D3. RGB value is (255,182,211). Sum of RGB (Red+Green+Blue) = 255+182+211=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 182 (71.48% from 255 or 28.09% from 648); Blue value is 211 (82.81% from 255 or 32.56% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB6D3 is #00492C. Grayscale: #CFCFCF. Windows color (decimal): -18733 or 13874943. OLE color: 13874943.

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

Color convert

RGB255182211-
CMYK00.290.170
HSL336.16º100%85.69%-
HSV(B)336.16º28.63%100%-
XYZ69.7359.4269.42-
YUV207.13130.18162.14-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.35%
GREEN value IS 182 (71.48% from 255) = 28.09%
BLUE value IS 211 (82.81% from 255) = 32.56%
R=39.35%
G=28.09%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518221100.290.170336.1610085.69
HexFFB6D301D1101506456
Octal377266323035210520144126
Binary11111111101101101101001101110110001010101000011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB6D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB6D3; }

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

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

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

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

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

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

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

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