#FFBCE1

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

Shades of Cotton Candy #FFBCE1

Tints of Cotton Candy #FFBCE1

Color information

#FFBCE1 (or 0xFFBCE1) is unknown color: approx Cotton Candy. HEX triplet: FF, BC and E1. RGB value is (255,188,225). Sum of RGB (Red+Green+Blue) = 255+188+225=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 188 (73.83% from 255 or 28.14% from 668); Blue value is 225 (88.28% from 255 or 33.68% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBCE1 is #00431E. Grayscale: #D4D4D4. Windows color (decimal): -17183 or 14793983. OLE color: 14793983.

HSL color Cylindrical-coordinate representation of color #FFBCE1: hue angle of 326.87º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFBCE1 is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB255188225-
CMYK00.260.120
HSL326.87º100%86.86%-
HSV(B)326.87º26.27%100%-
XYZ72.8162.6679.49-
YUV212.25135.2158.49-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.17%
GREEN value IS 188 (73.83% from 255) = 28.14%
BLUE value IS 225 (88.28% from 255) = 33.68%
R=38.17%
G=28.14%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518822500.260.120326.8710086.86
HexFFBCE101AC01476457
Octal377274341032140507144127
Binary1111111110111100111000010110101100010100011111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBCE1; }

 p { color: rgb(255,188,225); }

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

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

 a { background-color: rgb(255,188,225); }

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

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

 span { border-color: rgb(255,188,225); }

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