#F9BCD5

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

Shades of Cotton Candy #F9BCD5

Tints of Cotton Candy #F9BCD5

Color information

#F9BCD5 (or 0xF9BCD5) is unknown color: approx Cotton Candy. HEX triplet: F9, BC and D5. RGB value is (249,188,213). Sum of RGB (Red+Green+Blue) = 249+188+213=650 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.31% from 650); Green value is 188 (73.83% from 255 or 28.92% from 650); Blue value is 213 (83.59% from 255 or 32.77% from 650); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BCD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BCD5 is #06432A. Grayscale: #D1D1D1. Windows color (decimal): -410411 or 14007545. OLE color: 14007545.

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

Color convert

RGB249188213-
CMYK00.240.140.02
HSL335.41º83.56%85.69%-
HSV(B)335.41º24.5%97.65%-
XYZ69.0660.9171.07-
YUV209.09130.21156.47-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.31%
GREEN value IS 188 (73.83% from 255) = 28.92%
BLUE value IS 213 (83.59% from 255) = 32.77%
R=38.31%
G=28.92%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918821300.240.140.02335.4183.5685.69
HexF9BCD5018E214f5456
Octal371274325030162517124126
Binary11111001101111001101010101100011101010100111110101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BCD5; }

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

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

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

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

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

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

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

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