#F7BAD6

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

Shades of Cotton Candy #F7BAD6

Tints of Cotton Candy #F7BAD6

Color information

#F7BAD6 (or 0xF7BAD6) is unknown color: approx Cotton Candy. HEX triplet: F7, BA and D6. RGB value is (247,186,214). Sum of RGB (Red+Green+Blue) = 247+186+214=647 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.18% from 647); Green value is 186 (73.05% from 255 or 28.75% from 647); Blue value is 214 (83.98% from 255 or 33.08% from 647); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BAD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BAD6 is #084529. Grayscale: #CFCFCF. Windows color (decimal): -541994 or 14072567. OLE color: 14072567.

HSL color Cylindrical-coordinate representation of color #F7BAD6: hue angle of 332.46º 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 #F7BAD6 is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB247186214-
CMYK00.250.130.03
HSL332.46º79.22%84.9%-
HSV(B)332.46º24.7%96.86%-
XYZ68.0559.7571.56-
YUV207.43131.71156.22-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.18%
GREEN value IS 186 (73.05% from 255) = 28.75%
BLUE value IS 214 (83.98% from 255) = 33.08%
R=38.18%
G=28.75%
B=33.08%

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
Decimal24718621400.250.130.03332.4679.2284.9
HexF7BAD6019D314c4f55
Octal367272326031153514117125
Binary11110111101110101101011001100111011110100110010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BAD6; }

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

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

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

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

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

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

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

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