#FFBCDC

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

Shades of Cotton Candy #FFBCDC

Tints of Cotton Candy #FFBCDC

Color information

#FFBCDC (or 0xFFBCDC) is unknown color: approx Cotton Candy. HEX triplet: FF, BC and DC. RGB value is (255,188,220). Sum of RGB (Red+Green+Blue) = 255+188+220=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 188 (73.83% from 255 or 28.36% from 663); Blue value is 220 (86.33% from 255 or 33.18% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBCDC is #004323. Grayscale: #D3D3D3. Windows color (decimal): -17188 or 14466303. OLE color: 14466303.

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

Color convert

RGB255188220-
CMYK00.260.140
HSL331.34º100%86.86%-
HSV(B)331.34º26.27%100%-
XYZ72.1462.3975.95-
YUV211.68132.7158.9-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.46%
GREEN value IS 188 (73.83% from 255) = 28.36%
BLUE value IS 220 (86.33% from 255) = 33.18%
R=38.46%
G=28.36%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518822000.260.140331.3410086.86
HexFFBCDC01AE014b6457
Octal377274334032160513144127
Binary1111111110111100110111000110101110010100101111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBCDC; }

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

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

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

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

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

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

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

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