#FDBDDF

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

Shades of Cotton Candy #FDBDDF

Tints of Cotton Candy #FDBDDF

Color information

#FDBDDF (or 0xFDBDDF) is unknown color: approx Cotton Candy. HEX triplet: FD, BD and DF. RGB value is (253,189,223). Sum of RGB (Red+Green+Blue) = 253+189+223=665 (88% of max value = 765). Red value is 253 (99.22% from 255 or 38.05% from 665); Green value is 189 (74.22% from 255 or 28.42% from 665); Blue value is 223 (87.5% from 255 or 33.53% from 665); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBDDF is #024220. Grayscale: #D3D3D3. Windows color (decimal): -148001 or 14663165. OLE color: 14663165.

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

Color convert

RGB253189223-
CMYK00.250.120.01
HSL328.12º94.12%86.67%-
HSV(B)328.12º25.3%99.22%-
XYZ72.0262.6178.1-
YUV212.01134.2157.24-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.05%
GREEN value IS 189 (74.22% from 255) = 28.42%
BLUE value IS 223 (87.5% from 255) = 33.53%
R=38.05%
G=28.42%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318922300.250.120.01328.1294.1286.67
HexFDBDDF019C11485e57
Octal375275337031141510136127
Binary1111110110111101110111110110011100110100100010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBDDF; }

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

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

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

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

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

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

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

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