#F7BADB

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

Shades of Cotton Candy #F7BADB

Tints of Cotton Candy #F7BADB

Color information

#F7BADB (or 0xF7BADB) is unknown color: approx Cotton Candy. HEX triplet: F7, BA and DB. RGB value is (247,186,219). Sum of RGB (Red+Green+Blue) = 247+186+219=652 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.88% from 652); Green value is 186 (73.05% from 255 or 28.53% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BADB is #084524. Grayscale: #CFCFCF. Windows color (decimal): -541989 or 14400247. OLE color: 14400247.

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

Color convert

RGB247186219-
CMYK00.250.110.03
HSL327.54º79.22%84.9%-
HSV(B)327.54º24.7%96.86%-
XYZ68.760.0174.98-
YUV208134.21155.82-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.88%
GREEN value IS 186 (73.05% from 255) = 28.53%
BLUE value IS 219 (85.94% from 255) = 33.59%
R=37.88%
G=28.53%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718621900.250.110.03327.5479.2284.9
HexF7BADB019B31484f55
Octal367272333031133510117125
Binary11110111101110101101101101100110111110100100010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BADB; }

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

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

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

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

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

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

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

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