#FFB6D9

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

Shades of Cotton Candy #FFB6D9

Tints of Cotton Candy #FFB6D9

Color information

#FFB6D9 (or 0xFFB6D9) is unknown color: approx Cotton Candy. HEX triplet: FF, B6 and D9. RGB value is (255,182,217). Sum of RGB (Red+Green+Blue) = 255+182+217=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 182 (71.48% from 255 or 27.83% from 654); Blue value is 217 (85.16% from 255 or 33.18% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB6D9 is #004926. Grayscale: #CFCFCF. Windows color (decimal): -18727 or 14268159. OLE color: 14268159.

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

Color convert

RGB255182217-
CMYK00.290.150
HSL331.23º100%85.69%-
HSV(B)331.23º28.63%100%-
XYZ70.4959.7373.46-
YUV207.82133.18161.65-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.99%
GREEN value IS 182 (71.48% from 255) = 27.83%
BLUE value IS 217 (85.16% from 255) = 33.18%
R=38.99%
G=27.83%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518221700.290.150331.2310085.69
HexFFB6D901DF014b6456
Octal377266331035170513144126
Binary1111111110110110110110010111011111010100101111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB6D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB6D9; }

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

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

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

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

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

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

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

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