#FCBDDF

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

Shades of Cotton Candy #FCBDDF

Tints of Cotton Candy #FCBDDF

Color information

#FCBDDF (or 0xFCBDDF) is unknown color: approx Cotton Candy. HEX triplet: FC, BD and DF. RGB value is (252,189,223). Sum of RGB (Red+Green+Blue) = 252+189+223=664 (87% of max value = 765). Red value is 252 (98.83% from 255 or 37.95% from 664); Green value is 189 (74.22% from 255 or 28.46% from 664); Blue value is 223 (87.5% from 255 or 33.58% from 664); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBDDF is #034220. Grayscale: #D3D3D3. Windows color (decimal): -213537 or 14663164. OLE color: 14663164.

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

Color convert

RGB252189223-
CMYK00.250.120.01
HSL327.62º91.3%86.47%-
HSV(B)327.62º25%98.82%-
XYZ71.6662.4278.08-
YUV211.71134.37156.74-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.95%
GREEN value IS 189 (74.22% from 255) = 28.46%
BLUE value IS 223 (87.5% from 255) = 33.58%
R=37.95%
G=28.46%
B=33.58%

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
Decimal25218922300.250.120.01327.6291.386.47
HexFCBDDF019C11485b56
Octal374275337031141510133126
Binary1111110010111101110111110110011100110100100010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBDDF; }

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

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

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

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

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

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

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

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