#FFBBE4

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

Shades of Cotton Candy #FFBBE4

Tints of Cotton Candy #FFBBE4

Color information

#FFBBE4 (or 0xFFBBE4) is unknown color: approx Cotton Candy. HEX triplet: FF, BB and E4. RGB value is (255,187,228). Sum of RGB (Red+Green+Blue) = 255+187+228=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 187 (73.44% from 255 or 27.91% from 670); Blue value is 228 (89.45% from 255 or 34.03% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBBE4 is #00441B. Grayscale: #D3D3D3. Windows color (decimal): -17436 or 14990335. OLE color: 14990335.

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

Color convert

RGB255187228-
CMYK00.270.110
HSL323.82º100%86.67%-
HSV(B)323.82º26.67%100%-
XYZ73.0162.481.6-
YUV212.01137.03158.67-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.06%
GREEN value IS 187 (73.44% from 255) = 27.91%
BLUE value IS 228 (89.45% from 255) = 34.03%
R=38.06%
G=27.91%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518722800.270.110323.8210086.67
HexFFBBE401BB01446457
Octal377273344033130504144127
Binary1111111110111011111001000110111011010100010011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBBE4; }

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

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

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

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

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

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

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

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