#FCBBD2

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

Shades of Cotton Candy #FCBBD2

Tints of Cotton Candy #FCBBD2

Color information

#FCBBD2 (or 0xFCBBD2) is unknown color: approx Cotton Candy. HEX triplet: FC, BB and D2. RGB value is (252,187,210). Sum of RGB (Red+Green+Blue) = 252+187+210=649 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.83% from 649); Green value is 187 (73.44% from 255 or 28.81% from 649); Blue value is 210 (82.42% from 255 or 32.36% from 649); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBBD2 is #03442D. Grayscale: #D1D1D1. Windows color (decimal): -214062 or 13810684. OLE color: 13810684.

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

Color convert

RGB252187210-
CMYK00.260.170.01
HSL338.77º91.55%86.08%-
HSV(B)338.77º25.79%98.82%-
XYZ69.5560.8969.06-
YUV209.06128.53158.63-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.83%
GREEN value IS 187 (73.44% from 255) = 28.81%
BLUE value IS 210 (82.42% from 255) = 32.36%
R=38.83%
G=28.81%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218721000.260.170.01338.7791.5586.08
HexFCBBD201A1111535c56
Octal374273322032211523134126
Binary11111100101110111101001001101010001110101001110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBBD2; }

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

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

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

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

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

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

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

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