#FCBDD8

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

Shades of Cotton Candy #FCBDD8

Tints of Cotton Candy #FCBDD8

Color information

#FCBDD8 (or 0xFCBDD8) is unknown color: approx Cotton Candy. HEX triplet: FC, BD and D8. RGB value is (252,189,216). Sum of RGB (Red+Green+Blue) = 252+189+216=657 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.36% from 657); Green value is 189 (74.22% from 255 or 28.77% from 657); Blue value is 216 (84.77% from 255 or 32.88% from 657); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBDD8 is #034227. Grayscale: #D2D2D2. Windows color (decimal): -213544 or 14204412. OLE color: 14204412.

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

Color convert

RGB252189216-
CMYK00.250.140.01
HSL334.29º91.3%86.47%-
HSV(B)334.29º25%98.82%-
XYZ70.7462.0573.21-
YUV210.92130.87157.3-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.36%
GREEN value IS 189 (74.22% from 255) = 28.77%
BLUE value IS 216 (84.77% from 255) = 32.88%
R=38.36%
G=28.77%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218921600.250.140.01334.2991.386.47
HexFCBDD8019E114e5b56
Octal374275330031161516133126
Binary1111110010111101110110000110011110110100111010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBDD8; }

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

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

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

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

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

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

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

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