#FFBBE2

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

Shades of Cotton Candy #FFBBE2

Tints of Cotton Candy #FFBBE2

Color information

#FFBBE2 (or 0xFFBBE2) is unknown color: approx Cotton Candy. HEX triplet: FF, BB and E2. RGB value is (255,187,226). Sum of RGB (Red+Green+Blue) = 255+187+226=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 187 (73.44% from 255 or 27.99% from 668); Blue value is 226 (88.67% from 255 or 33.83% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBBE2 is #00441D. Grayscale: #D3D3D3. Windows color (decimal): -17438 or 14859263. OLE color: 14859263.

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

Color convert

RGB255187226-
CMYK00.270.110
HSL325.59º100%86.67%-
HSV(B)325.59º26.67%100%-
XYZ72.7462.2980.14-
YUV211.78136.03158.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.17%
GREEN value IS 187 (73.44% from 255) = 27.99%
BLUE value IS 226 (88.67% from 255) = 33.83%
R=38.17%
G=27.99%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518722600.270.110325.5910086.67
HexFFBBE201BB01466457
Octal377273342033130506144127
Binary1111111110111011111000100110111011010100011011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBBE2; }

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

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

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

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

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

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

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

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