#FCBDDD

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

Shades of Cotton Candy #FCBDDD

Tints of Cotton Candy #FCBDDD

Color information

#FCBDDD (or 0xFCBDDD) is unknown color: approx Cotton Candy. HEX triplet: FC, BD and DD. RGB value is (252,189,221). Sum of RGB (Red+Green+Blue) = 252+189+221=662 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.07% from 662); Green value is 189 (74.22% from 255 or 28.55% from 662); Blue value is 221 (86.72% from 255 or 33.38% from 662); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBDDD is #034222. Grayscale: #D3D3D3. Windows color (decimal): -213539 or 14532092. OLE color: 14532092.

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

Color convert

RGB252189221-
CMYK00.250.120.01
HSL329.52º91.3%86.47%-
HSV(B)329.52º25%98.82%-
XYZ71.3962.3176.67-
YUV211.48133.37156.9-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.07%
GREEN value IS 189 (74.22% from 255) = 28.55%
BLUE value IS 221 (86.72% from 255) = 33.38%
R=38.07%
G=28.55%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218922100.250.120.01329.5291.386.47
HexFCBDDD019C114a5b56
Octal374275335031141512133126
Binary1111110010111101110111010110011100110100101010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBDDD; }

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

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

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

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

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

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

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

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