#FFBBD1

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

Shades of Cotton Candy #FFBBD1

Tints of Cotton Candy #FFBBD1

Color information

#FFBBD1 (or 0xFFBBD1) is unknown color: approx Cotton Candy. HEX triplet: FF, BB and D1. RGB value is (255,187,209). Sum of RGB (Red+Green+Blue) = 255+187+209=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 187 (73.44% from 255 or 28.73% from 651); Blue value is 209 (82.03% from 255 or 32.10% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBBD1 is #00442E. Grayscale: #D1D1D1. Windows color (decimal): -17455 or 13745151. OLE color: 13745151.

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

Color convert

RGB255187209-
CMYK00.270.180
HSL340.59º100%86.67%-
HSV(B)340.59º26.67%100%-
XYZ70.5261.468.46-
YUV209.84127.53160.21-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.17%
GREEN value IS 187 (73.44% from 255) = 28.73%
BLUE value IS 209 (82.03% from 255) = 32.10%
R=39.17%
G=28.73%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518720900.270.180340.5910086.67
HexFFBBD101B1201556457
Octal377273321033220525144127
Binary11111111101110111101000101101110010010101010111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBBD1; }

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

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

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

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

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

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

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

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