#FFBBD3

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

Shades of Cotton Candy #FFBBD3

Tints of Cotton Candy #FFBBD3

Color information

#FFBBD3 (or 0xFFBBD3) is unknown color: approx Cotton Candy. HEX triplet: FF, BB and D3. RGB value is (255,187,211). Sum of RGB (Red+Green+Blue) = 255+187+211=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 187 (73.44% from 255 or 28.64% from 653); Blue value is 211 (82.81% from 255 or 32.31% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBBD3 is #00442C. Grayscale: #D2D2D2. Windows color (decimal): -17453 or 13876223. OLE color: 13876223.

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

Color convert

RGB255187211-
CMYK00.270.170
HSL338.82º100%86.67%-
HSV(B)338.82º26.67%100%-
XYZ70.7761.569.77-
YUV210.07128.53160.05-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.05%
GREEN value IS 187 (73.44% from 255) = 28.64%
BLUE value IS 211 (82.81% from 255) = 32.31%
R=39.05%
G=28.64%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518721100.270.170338.8210086.67
HexFFBBD301B1101536457
Octal377273323033210523144127
Binary11111111101110111101001101101110001010101001111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBBD3; }

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

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

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

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

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

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

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

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