#FDB6CF

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

Shades of Cotton Candy #FDB6CF

Tints of Cotton Candy #FDB6CF

Color information

#FDB6CF (or 0xFDB6CF) is unknown color: approx Cotton Candy. HEX triplet: FD, B6 and CF. RGB value is (253,182,207). Sum of RGB (Red+Green+Blue) = 253+182+207=642 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.41% from 642); Green value is 182 (71.48% from 255 or 28.35% from 642); Blue value is 207 (81.25% from 255 or 32.24% from 642); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB6CF is #024930. Grayscale: #CECECE. Windows color (decimal): -149809 or 13612797. OLE color: 13612797.

HSL color Cylindrical-coordinate representation of color #FDB6CF: hue angle of 338.87º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDB6CF is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB253182207-
CMYK00.280.180.01
HSL338.87º94.67%85.29%-
HSV(B)338.87º28.06%99.22%-
XYZ68.558.8466.78-
YUV206.08128.52161.47-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.41%
GREEN value IS 182 (71.48% from 255) = 28.35%
BLUE value IS 207 (81.25% from 255) = 32.24%
R=39.41%
G=28.35%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318220700.280.180.01338.8794.6785.29
HexFDB6CF01C1211535f55
Octal375266317034221523137125
Binary11111101101101101100111101110010010110101001110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB6CF; }

 p { color: rgb(253,182,207); }

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

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

 a { background-color: rgb(253,182,207); }

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

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

 span { border-color: rgb(253,182,207); }

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