#FFB6D8

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

Shades of Cotton Candy #FFB6D8

Tints of Cotton Candy #FFB6D8

Color information

#FFB6D8 (or 0xFFB6D8) is unknown color: approx Cotton Candy. HEX triplet: FF, B6 and D8. RGB value is (255,182,216). Sum of RGB (Red+Green+Blue) = 255+182+216=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 182 (71.48% from 255 or 27.87% from 653); Blue value is 216 (84.77% from 255 or 33.08% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB6D8 is #004927. Grayscale: #CFCFCF. Windows color (decimal): -18728 or 14202623. OLE color: 14202623.

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

Color convert

RGB255182216-
CMYK00.290.150
HSL332.05º100%85.69%-
HSV(B)332.05º28.63%100%-
XYZ70.3659.6772.78-
YUV207.7132.68161.74-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.05%
GREEN value IS 182 (71.48% from 255) = 27.87%
BLUE value IS 216 (84.77% from 255) = 33.08%
R=39.05%
G=27.87%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518221600.290.150332.0510085.69
HexFFB6D801DF014c6456
Octal377266330035170514144126
Binary1111111110110110110110000111011111010100110011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB6D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB6D8; }

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

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

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

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

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

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

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

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