#FFBBE6

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

Shades of Cotton Candy #FFBBE6

Tints of Cotton Candy #FFBBE6

Color information

#FFBBE6 (or 0xFFBBE6) is unknown color: approx Cotton Candy. HEX triplet: FF, BB and E6. RGB value is (255,187,230). Sum of RGB (Red+Green+Blue) = 255+187+230=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 187 (73.44% from 255 or 27.83% from 672); Blue value is 230 (90.23% from 255 or 34.23% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBBE6 is #004419. Grayscale: #D4D4D4. Windows color (decimal): -17434 or 15121407. OLE color: 15121407.

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

Color convert

RGB255187230-
CMYK00.270.100
HSL322.06º100%86.67%-
HSV(B)322.06º26.67%100%-
XYZ73.2962.5183.07-
YUV212.23138.03158.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.95%
GREEN value IS 187 (73.44% from 255) = 27.83%
BLUE value IS 230 (90.23% from 255) = 34.23%
R=37.95%
G=27.83%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518723000.270.100322.0610086.67
HexFFBBE601BA01426457
Octal377273346033120502144127
Binary1111111110111011111001100110111010010100001011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBBE6; }

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

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

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

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

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

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

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

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