#FDBDD6

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

Shades of Cotton Candy #FDBDD6

Tints of Cotton Candy #FDBDD6

Color information

#FDBDD6 (or 0xFDBDD6) is unknown color: approx Cotton Candy. HEX triplet: FD, BD and D6. RGB value is (253,189,214). Sum of RGB (Red+Green+Blue) = 253+189+214=656 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.57% from 656); Green value is 189 (74.22% from 255 or 28.81% from 656); Blue value is 214 (83.98% from 255 or 32.62% from 656); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBDD6 is #024229. Grayscale: #D2D2D2. Windows color (decimal): -148010 or 14073341. OLE color: 14073341.

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

Color convert

RGB253189214-
CMYK00.250.150.01
HSL336.56º94.12%86.67%-
HSV(B)336.56º25.3%99.22%-
XYZ70.8462.1371.88-
YUV210.99129.7157.97-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.57%
GREEN value IS 189 (74.22% from 255) = 28.81%
BLUE value IS 214 (83.98% from 255) = 32.62%
R=38.57%
G=28.81%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318921400.250.150.01336.5694.1286.67
HexFDBDD6019F11515e57
Octal375275326031171521136127
Binary1111110110111101110101100110011111110101000110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBDD6; }

 p { color: rgb(253,189,214); }

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

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

 a { background-color: rgb(253,189,214); }

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

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

 span { border-color: rgb(253,189,214); }

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