#F7BAD8

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

Shades of Cotton Candy #F7BAD8

Tints of Cotton Candy #F7BAD8

Color information

#F7BAD8 (or 0xF7BAD8) is unknown color: approx Cotton Candy. HEX triplet: F7, BA and D8. RGB value is (247,186,216). Sum of RGB (Red+Green+Blue) = 247+186+216=649 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.06% from 649); Green value is 186 (73.05% from 255 or 28.66% from 649); Blue value is 216 (84.77% from 255 or 33.28% from 649); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BAD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BAD8 is #084527. Grayscale: #CFCFCF. Windows color (decimal): -541992 or 14203639. OLE color: 14203639.

HSL color Cylindrical-coordinate representation of color #F7BAD8: hue angle of 330.49º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F7BAD8 is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB247186216-
CMYK00.250.130.03
HSL330.49º79.22%84.9%-
HSV(B)330.49º24.7%96.86%-
XYZ68.3159.8572.92-
YUV207.66132.71156.06-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.06%
GREEN value IS 186 (73.05% from 255) = 28.66%
BLUE value IS 216 (84.77% from 255) = 33.28%
R=38.06%
G=28.66%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718621600.250.130.03330.4979.2284.9
HexF7BAD8019D314a4f55
Octal367272330031153512117125
Binary11110111101110101101100001100111011110100101010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BAD8; }

 p { color: rgb(247,186,216); }

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

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

 a { background-color: rgb(247,186,216); }

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

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

 span { border-color: rgb(247,186,216); }

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