#F9BDD0

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

Shades of Cotton Candy #F9BDD0

Tints of Cotton Candy #F9BDD0

Color information

#F9BDD0 (or 0xF9BDD0) is unknown color: approx Cotton Candy. HEX triplet: F9, BD and D0. RGB value is (249,189,208). Sum of RGB (Red+Green+Blue) = 249+189+208=646 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.54% from 646); Green value is 189 (74.22% from 255 or 29.26% from 646); Blue value is 208 (81.64% from 255 or 32.20% from 646); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BDD0 is #06422F. Grayscale: #D1D1D1. Windows color (decimal): -410160 or 13680121. OLE color: 13680121.

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

Color convert

RGB249189208-
CMYK00.240.160.02
HSL341º83.33%85.88%-
HSV(B)341º24.1%97.65%-
XYZ68.6561.0967.85-
YUV209.11127.38156.46-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.54%
GREEN value IS 189 (74.22% from 255) = 29.26%
BLUE value IS 208 (81.64% from 255) = 32.20%
R=38.54%
G=29.26%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918920800.240.160.0234183.3385.88
HexF9BDD00181021555356
Octal371275320030202525123126
Binary111110011011110111010000011000100001010101010110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BDD0; }

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

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

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

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

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

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

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

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