#F9BCD3

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

Shades of Cotton Candy #F9BCD3

Tints of Cotton Candy #F9BCD3

Color information

#F9BCD3 (or 0xF9BCD3) is unknown color: approx Cotton Candy. HEX triplet: F9, BC and D3. RGB value is (249,188,211). Sum of RGB (Red+Green+Blue) = 249+188+211=648 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.43% from 648); Green value is 188 (73.83% from 255 or 29.01% from 648); Blue value is 211 (82.81% from 255 or 32.56% from 648); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BCD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BCD3 is #06432C. Grayscale: #D0D0D0. Windows color (decimal): -410413 or 13876473. OLE color: 13876473.

HSL color Cylindrical-coordinate representation of color #F9BCD3: hue angle of 337.38º 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 #F9BCD3 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB249188211-
CMYK00.240.150.02
HSL337.38º83.56%85.69%-
HSV(B)337.38º24.5%97.65%-
XYZ68.8160.8169.74-
YUV208.86129.21156.63-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.43%
GREEN value IS 188 (73.83% from 255) = 29.01%
BLUE value IS 211 (82.81% from 255) = 32.56%
R=38.43%
G=29.01%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918821100.240.150.02337.3883.5685.69
HexF9BCD3018F21515456
Octal371274323030172521124126
Binary11111001101111001101001101100011111010101000110101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BCD3; }

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

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

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

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

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

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

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

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