#FCBDDA

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

Shades of Cotton Candy #FCBDDA

Tints of Cotton Candy #FCBDDA

Color information

#FCBDDA (or 0xFCBDDA) is unknown color: approx Cotton Candy. HEX triplet: FC, BD and DA. RGB value is (252,189,218). Sum of RGB (Red+Green+Blue) = 252+189+218=659 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.24% from 659); Green value is 189 (74.22% from 255 or 28.68% from 659); Blue value is 218 (85.55% from 255 or 33.08% from 659); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBDDA is #034225. Grayscale: #D3D3D3. Windows color (decimal): -213542 or 14335484. OLE color: 14335484.

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

Color convert

RGB252189218-
CMYK00.250.130.01
HSL332.38º91.3%86.47%-
HSV(B)332.38º25%98.82%-
XYZ7162.1574.58-
YUV211.14131.87157.14-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.24%
GREEN value IS 189 (74.22% from 255) = 28.68%
BLUE value IS 218 (85.55% from 255) = 33.08%
R=38.24%
G=28.68%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218921800.250.130.01332.3891.386.47
HexFCBDDA019D114c5b56
Octal374275332031151514133126
Binary1111110010111101110110100110011101110100110010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBDDA; }

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

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

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

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

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

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

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

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