#FDBBD5

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

Shades of Cotton Candy #FDBBD5

Tints of Cotton Candy #FDBBD5

Color information

#FDBBD5 (or 0xFDBBD5) is unknown color: approx Cotton Candy. HEX triplet: FD, BB and D5. RGB value is (253,187,213). Sum of RGB (Red+Green+Blue) = 253+187+213=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 187 (73.44% from 255 or 28.64% from 653); Blue value is 213 (83.59% from 255 or 32.62% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBBD5 is #02442A. Grayscale: #D1D1D1. Windows color (decimal): -148523 or 14007293. OLE color: 14007293.

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

Color convert

RGB253187213-
CMYK00.260.160.01
HSL336.36º94.29%86.27%-
HSV(B)336.36º26.09%99.22%-
XYZ70.2961.2371.06-
YUV209.7129.87158.89-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.74%
GREEN value IS 187 (73.44% from 255) = 28.64%
BLUE value IS 213 (83.59% from 255) = 32.62%
R=38.74%
G=28.64%
B=32.62%

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
Decimal25318721300.260.160.01336.3694.2986.27
HexFDBBD501A1011505e56
Octal375273325032201520136126
Binary11111101101110111101010101101010000110101000010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBBD5; }

 p { color: rgb(253,187,213); }

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

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

 a { background-color: rgb(253,187,213); }

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

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

 span { border-color: rgb(253,187,213); }

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