#FCBCDB

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

Shades of Cotton Candy #FCBCDB

Tints of Cotton Candy #FCBCDB

Color information

#FCBCDB (or 0xFCBCDB) is unknown color: approx Cotton Candy. HEX triplet: FC, BC and DB. RGB value is (252,188,219). Sum of RGB (Red+Green+Blue) = 252+188+219=659 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.24% from 659); Green value is 188 (73.83% from 255 or 28.53% from 659); Blue value is 219 (85.94% from 255 or 33.23% from 659); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBCDB is #034324. Grayscale: #D2D2D2. Windows color (decimal): -213797 or 14400764. OLE color: 14400764.

HSL color Cylindrical-coordinate representation of color #FCBCDB: hue angle of 330.94º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCBCDB is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB252188219-
CMYK00.250.130.01
HSL330.94º91.43%86.27%-
HSV(B)330.94º25.4%98.82%-
XYZ70.9161.7875.2-
YUV210.67132.7157.48-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.24%
GREEN value IS 188 (73.83% from 255) = 28.53%
BLUE value IS 219 (85.94% from 255) = 33.23%
R=38.24%
G=28.53%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218821900.250.130.01330.9491.4386.27
HexFCBCDB019D114b5b56
Octal374274333031151513133126
Binary1111110010111100110110110110011101110100101110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBCDB; }

 p { color: rgb(252,188,219); }

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

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

 a { background-color: rgb(252,188,219); }

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

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

 span { border-color: rgb(252,188,219); }

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