#FDBDD1

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

Shades of Cotton Candy #FDBDD1

Tints of Cotton Candy #FDBDD1

Color information

#FDBDD1 (or 0xFDBDD1) is unknown color: approx Cotton Candy. HEX triplet: FD, BD and D1. RGB value is (253,189,209). Sum of RGB (Red+Green+Blue) = 253+189+209=651 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.86% from 651); Green value is 189 (74.22% from 255 or 29.03% from 651); Blue value is 209 (82.03% from 255 or 32.10% from 651); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBDD1 is #02422E. Grayscale: #D2D2D2. Windows color (decimal): -148015 or 13745661. OLE color: 13745661.

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

Color convert

RGB253189209-
CMYK00.250.170.01
HSL341.25º94.12%86.67%-
HSV(B)341.25º25.3%99.22%-
XYZ70.2161.8868.57-
YUV210.42127.2158.37-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.86%
GREEN value IS 189 (74.22% from 255) = 29.03%
BLUE value IS 209 (82.03% from 255) = 32.10%
R=38.86%
G=29.03%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318920900.250.170.01341.2594.1286.67
HexFDBDD10191111555e57
Octal375275321031211525136127
Binary11111101101111011101000101100110001110101010110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBDD1; }

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

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

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

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

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

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

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

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