#FCBDD3

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

Shades of Cotton Candy #FCBDD3

Tints of Cotton Candy #FCBDD3

Color information

#FCBDD3 (or 0xFCBDD3) is unknown color: approx Cotton Candy. HEX triplet: FC, BD and D3. RGB value is (252,189,211). Sum of RGB (Red+Green+Blue) = 252+189+211=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 189 (74.22% from 255 or 28.99% from 652); Blue value is 211 (82.81% from 255 or 32.36% from 652); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBDD3 is #03422C. Grayscale: #D2D2D2. Windows color (decimal): -213549 or 13876732. OLE color: 13876732.

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

Color convert

RGB252189211-
CMYK00.250.160.01
HSL339.05º91.3%86.47%-
HSV(B)339.05º25%98.82%-
XYZ70.161.7969.86-
YUV210.34128.37157.71-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.65%
GREEN value IS 189 (74.22% from 255) = 28.99%
BLUE value IS 211 (82.81% from 255) = 32.36%
R=38.65%
G=28.99%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218921100.250.160.01339.0591.386.47
HexFCBDD30191011535b56
Octal374275323031201523133126
Binary11111100101111011101001101100110000110101001110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBDD3; }

 p { color: rgb(252,189,211); }

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

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

 a { background-color: rgb(252,189,211); }

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

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

 span { border-color: rgb(252,189,211); }

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