#FDBAD4

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

Shades of Cotton Candy #FDBAD4

Tints of Cotton Candy #FDBAD4

Color information

#FDBAD4 (or 0xFDBAD4) is unknown color: approx Cotton Candy. HEX triplet: FD, BA and D4. RGB value is (253,186,212). Sum of RGB (Red+Green+Blue) = 253+186+212=651 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.86% from 651); Green value is 186 (73.05% from 255 or 28.57% from 651); Blue value is 212 (83.20% from 255 or 32.57% from 651); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBAD4 is #02452B. Grayscale: #D0D0D0. Windows color (decimal): -148780 or 13941501. OLE color: 13941501.

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

Color convert

RGB253186212-
CMYK00.260.160.01
HSL336.72º94.37%86.08%-
HSV(B)336.72º26.48%99.22%-
XYZ69.9560.7570.33-
YUV209129.7159.39-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.86%
GREEN value IS 186 (73.05% from 255) = 28.57%
BLUE value IS 212 (83.20% from 255) = 32.57%
R=38.86%
G=28.57%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318621200.260.160.01336.7294.3786.08
HexFDBAD401A1011515e56
Octal375272324032201521136126
Binary11111101101110101101010001101010000110101000110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBAD4; }

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

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

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

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

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

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

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

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