#FCBBD6

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

Shades of Cotton Candy #FCBBD6

Tints of Cotton Candy #FCBBD6

Color information

#FCBBD6 (or 0xFCBBD6) is unknown color: approx Cotton Candy. HEX triplet: FC, BB and D6. RGB value is (252,187,214). Sum of RGB (Red+Green+Blue) = 252+187+214=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 187 (73.44% from 255 or 28.64% from 653); Blue value is 214 (83.98% from 255 or 32.77% from 653); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBBD6 is #034429. Grayscale: #D1D1D1. Windows color (decimal): -214058 or 14072828. OLE color: 14072828.

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

Color convert

RGB252187214-
CMYK00.260.150.01
HSL335.08º91.55%86.08%-
HSV(B)335.08º25.79%98.82%-
XYZ70.0561.0971.72-
YUV209.51130.53158.3-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.59%
GREEN value IS 187 (73.44% from 255) = 28.64%
BLUE value IS 214 (83.98% from 255) = 32.77%
R=38.59%
G=28.64%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218721400.260.150.01335.0891.5586.08
HexFCBBD601AF114f5c56
Octal374273326032171517134126
Binary1111110010111011110101100110101111110100111110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBBD6; }

 p { color: rgb(252,187,214); }

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

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

 a { background-color: rgb(252,187,214); }

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

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

 span { border-color: rgb(252,187,214); }

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