#FCBDD7

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

Shades of Cotton Candy #FCBDD7

Tints of Cotton Candy #FCBDD7

Color information

#FCBDD7 (or 0xFCBDD7) is unknown color: approx Cotton Candy. HEX triplet: FC, BD and D7. RGB value is (252,189,215). Sum of RGB (Red+Green+Blue) = 252+189+215=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 189 (74.22% from 255 or 28.81% from 656); Blue value is 215 (84.38% from 255 or 32.77% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBDD7 is #034228. Grayscale: #D2D2D2. Windows color (decimal): -213545 or 14138876. OLE color: 14138876.

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

Color convert

RGB252189215-
CMYK00.250.150.01
HSL335.24º91.3%86.47%-
HSV(B)335.24º25%98.82%-
XYZ70.616272.54-
YUV210.8130.37157.39-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.41%
GREEN value IS 189 (74.22% from 255) = 28.81%
BLUE value IS 215 (84.38% from 255) = 32.77%
R=38.41%
G=28.81%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218921500.250.150.01335.2491.386.47
HexFCBDD7019F114f5b56
Octal374275327031171517133126
Binary1111110010111101110101110110011111110100111110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBDD7; }

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

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

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

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

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

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

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

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