#F9BDDB

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

Shades of Cotton Candy #F9BDDB

Tints of Cotton Candy #F9BDDB

Color information

#F9BDDB (or 0xF9BDDB) is unknown color: approx Cotton Candy. HEX triplet: F9, BD and DB. RGB value is (249,189,219). Sum of RGB (Red+Green+Blue) = 249+189+219=657 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.90% from 657); Green value is 189 (74.22% from 255 or 28.77% from 657); Blue value is 219 (85.94% from 255 or 33.33% from 657); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BDDB is #064224. Grayscale: #D2D2D2. Windows color (decimal): -410149 or 14401017. OLE color: 14401017.

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

Color convert

RGB249189219-
CMYK00.240.120.02
HSL330º83.33%85.88%-
HSV(B)330º24.1%97.65%-
XYZ70.0561.6575.23-
YUV210.36132.88155.56-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.90%
GREEN value IS 189 (74.22% from 255) = 28.77%
BLUE value IS 219 (85.94% from 255) = 33.33%
R=37.90%
G=28.77%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918921900.240.120.0233083.3385.88
HexF9BDDB018C214a5356
Octal371275333030142512123126
Binary11111001101111011101101101100011001010100101010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BDDB; }

 p { color: rgb(249,189,219); }

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

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

 a { background-color: rgb(249,189,219); }

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

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

 span { border-color: rgb(249,189,219); }

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