#FFBCE3

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

Shades of Cotton Candy #FFBCE3

Tints of Cotton Candy #FFBCE3

Color information

#FFBCE3 (or 0xFFBCE3) is unknown color: approx Cotton Candy. HEX triplet: FF, BC and E3. RGB value is (255,188,227). Sum of RGB (Red+Green+Blue) = 255+188+227=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 188 (73.83% from 255 or 28.06% from 670); Blue value is 227 (89.06% from 255 or 33.88% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBCE3 is #00431C. Grayscale: #D4D4D4. Windows color (decimal): -17181 or 14925055. OLE color: 14925055.

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

Color convert

RGB255188227-
CMYK00.260.110
HSL325.07º100%86.86%-
HSV(B)325.07º26.27%100%-
XYZ73.0962.7780.94-
YUV212.48136.2158.33-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.06%
GREEN value IS 188 (73.83% from 255) = 28.06%
BLUE value IS 227 (89.06% from 255) = 33.88%
R=38.06%
G=28.06%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518822700.260.110325.0710086.86
HexFFBCE301AB01456457
Octal377274343032130505144127
Binary1111111110111100111000110110101011010100010111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBCE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBCE3; }

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

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

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

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

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

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

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

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