#F9BAD7

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

Shades of Cotton Candy #F9BAD7

Tints of Cotton Candy #F9BAD7

Color information

#F9BAD7 (or 0xF9BAD7) is unknown color: approx Cotton Candy. HEX triplet: F9, BA and D7. RGB value is (249,186,215). Sum of RGB (Red+Green+Blue) = 249+186+215=650 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.31% from 650); Green value is 186 (73.05% from 255 or 28.62% from 650); Blue value is 215 (84.38% from 255 or 33.08% from 650); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BAD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BAD7 is #064528. Grayscale: #D0D0D0. Windows color (decimal): -410921 or 14138105. OLE color: 14138105.

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

Color convert

RGB249186215-
CMYK00.250.140.02
HSL332.38º84%85.29%-
HSV(B)332.38º25.3%97.65%-
XYZ68.8960.1672.27-
YUV208.14131.87157.14-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.31%
GREEN value IS 186 (73.05% from 255) = 28.62%
BLUE value IS 215 (84.38% from 255) = 33.08%
R=38.31%
G=28.62%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918621500.250.140.02332.388485.29
HexF9BAD7019E214c5455
Octal371272327031162514124125
Binary11111001101110101101011101100111101010100110010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BAD7; }

 p { color: rgb(249,186,215); }

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

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

 a { background-color: rgb(249,186,215); }

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

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

 span { border-color: rgb(249,186,215); }

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