#F9BCD9

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

Shades of Cotton Candy #F9BCD9

Tints of Cotton Candy #F9BCD9

Color information

#F9BCD9 (or 0xF9BCD9) is unknown color: approx Cotton Candy. HEX triplet: F9, BC and D9. RGB value is (249,188,217). Sum of RGB (Red+Green+Blue) = 249+188+217=654 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.07% from 654); Green value is 188 (73.83% from 255 or 28.75% from 654); Blue value is 217 (85.16% from 255 or 33.18% from 654); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BCD9 is #064326. Grayscale: #D1D1D1. Windows color (decimal): -410407 or 14269689. OLE color: 14269689.

HSL color Cylindrical-coordinate representation of color #F9BCD9: hue angle of 331.48º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9BCD9 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB249188217-
CMYK00.240.130.02
HSL331.48º83.56%85.69%-
HSV(B)331.48º24.5%97.65%-
XYZ69.5761.1273.78-
YUV209.54132.21156.14-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.07%
GREEN value IS 188 (73.83% from 255) = 28.75%
BLUE value IS 217 (85.16% from 255) = 33.18%
R=38.07%
G=28.75%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918821700.240.130.02331.4883.5685.69
HexF9BCD9018D214b5456
Octal371274331030152513124126
Binary11111001101111001101100101100011011010100101110101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BCD9; }

 p { color: rgb(249,188,217); }

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

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

 a { background-color: rgb(249,188,217); }

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

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

 span { border-color: rgb(249,188,217); }

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