#FDBADB

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

Shades of Cotton Candy #FDBADB

Tints of Cotton Candy #FDBADB

Color information

#FDBADB (or 0xFDBADB) is unknown color: approx Cotton Candy. HEX triplet: FD, BA and DB. RGB value is (253,186,219). Sum of RGB (Red+Green+Blue) = 253+186+219=658 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.45% from 658); Green value is 186 (73.05% from 255 or 28.27% from 658); Blue value is 219 (85.94% from 255 or 33.28% from 658); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBADB is #024524. Grayscale: #D1D1D1. Windows color (decimal): -148773 or 14400253. OLE color: 14400253.

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

Color convert

RGB253186219-
CMYK00.260.130.01
HSL330.45º94.37%86.08%-
HSV(B)330.45º26.48%99.22%-
XYZ70.8561.1175.08-
YUV209.8133.2158.82-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.45%
GREEN value IS 186 (73.05% from 255) = 28.27%
BLUE value IS 219 (85.94% from 255) = 33.28%
R=38.45%
G=28.27%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318621900.260.130.01330.4594.3786.08
HexFDBADB01AD114a5e56
Octal375272333032151512136126
Binary1111110110111010110110110110101101110100101010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBADB; }

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

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

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

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

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

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

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

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