#FFBCD2

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

Shades of Cotton Candy #FFBCD2

Tints of Cotton Candy #FFBCD2

Color information

#FFBCD2 (or 0xFFBCD2) is unknown color: approx Cotton Candy. HEX triplet: FF, BC and D2. RGB value is (255,188,210). Sum of RGB (Red+Green+Blue) = 255+188+210=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 188 (73.83% from 255 or 28.79% from 653); Blue value is 210 (82.42% from 255 or 32.16% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBCD2 is #00432D. Grayscale: #D2D2D2. Windows color (decimal): -17198 or 13810943. OLE color: 13810943.

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

Color convert

RGB255188210-
CMYK00.260.180
HSL340.3º100%86.86%-
HSV(B)340.3º26.27%100%-
XYZ70.8661.8869.18-
YUV210.54127.7159.71-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.05%
GREEN value IS 188 (73.83% from 255) = 28.79%
BLUE value IS 210 (82.42% from 255) = 32.16%
R=39.05%
G=28.79%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518821000.260.180340.310086.86
HexFFBCD201A1201546457
Octal377274322032220524144127
Binary11111111101111001101001001101010010010101010011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBCD2; }

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

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

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

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

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

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

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

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