#FFBBDC

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

Shades of Cotton Candy #FFBBDC

Tints of Cotton Candy #FFBBDC

Color information

#FFBBDC (or 0xFFBBDC) is unknown color: approx Cotton Candy. HEX triplet: FF, BB and DC. RGB value is (255,187,220). Sum of RGB (Red+Green+Blue) = 255+187+220=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 187 (73.44% from 255 or 28.25% from 662); Blue value is 220 (86.33% from 255 or 33.23% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBBDC is #004423. Grayscale: #D3D3D3. Windows color (decimal): -17444 or 14466047. OLE color: 14466047.

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

Color convert

RGB255187220-
CMYK00.270.140
HSL330.88º100%86.67%-
HSV(B)330.88º26.67%100%-
XYZ71.9361.9775.88-
YUV211.09133.03159.32-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.52%
GREEN value IS 187 (73.44% from 255) = 28.25%
BLUE value IS 220 (86.33% from 255) = 33.23%
R=38.52%
G=28.25%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518722000.270.140330.8810086.67
HexFFBBDC01BE014b6457
Octal377273334033160513144127
Binary1111111110111011110111000110111110010100101111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBBDC; }

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

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

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

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

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

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

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

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