#FFBBD6

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

Shades of Cotton Candy #FFBBD6

Tints of Cotton Candy #FFBBD6

Color information

#FFBBD6 (or 0xFFBBD6) is unknown color: approx Cotton Candy. HEX triplet: FF, BB and D6. RGB value is (255,187,214). Sum of RGB (Red+Green+Blue) = 255+187+214=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 187 (73.44% from 255 or 28.51% from 656); Blue value is 214 (83.98% from 255 or 32.62% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBBD6 is #004429. Grayscale: #D2D2D2. Windows color (decimal): -17450 or 14072831. OLE color: 14072831.

HSL color Cylindrical-coordinate representation of color #FFBBD6: hue angle of 336.18º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFBBD6 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB255187214-
CMYK00.270.160
HSL336.18º100%86.67%-
HSV(B)336.18º26.67%100%-
XYZ71.1561.6671.77-
YUV210.41130.03159.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.87%
GREEN value IS 187 (73.44% from 255) = 28.51%
BLUE value IS 214 (83.98% from 255) = 32.62%
R=38.87%
G=28.51%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518721400.270.160336.1810086.67
HexFFBBD601B1001506457
Octal377273326033200520144127
Binary11111111101110111101011001101110000010101000011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBBD6; }

 p { color: rgb(255,187,214); }

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

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

 a { background-color: rgb(255,187,214); }

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

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

 span { border-color: rgb(255,187,214); }

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