#FDBADA

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

Shades of Cotton Candy #FDBADA

Tints of Cotton Candy #FDBADA

Color information

#FDBADA (or 0xFDBADA) is unknown color: approx Cotton Candy. HEX triplet: FD, BA and DA. RGB value is (253,186,218). Sum of RGB (Red+Green+Blue) = 253+186+218=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 186 (73.05% from 255 or 28.31% from 657); Blue value is 218 (85.55% from 255 or 33.18% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBADA is #024525. Grayscale: #D1D1D1. Windows color (decimal): -148774 or 14334717. OLE color: 14334717.

HSL color Cylindrical-coordinate representation of color #FDBADA: hue angle of 331.34º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDBADA is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB253186218-
CMYK00.260.140.01
HSL331.34º94.37%86.08%-
HSV(B)331.34º26.48%99.22%-
XYZ70.7261.0674.39-
YUV209.68132.7158.9-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.51%
GREEN value IS 186 (73.05% from 255) = 28.31%
BLUE value IS 218 (85.55% from 255) = 33.18%
R=38.51%
G=28.31%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318621800.260.140.01331.3494.3786.08
HexFDBADA01AE114b5e56
Octal375272332032161513136126
Binary1111110110111010110110100110101110110100101110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBADA; }

 p { color: rgb(253,186,218); }

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

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

 a { background-color: rgb(253,186,218); }

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

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

 span { border-color: rgb(253,186,218); }

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