#F7BAD5

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

Shades of Cotton Candy #F7BAD5

Tints of Cotton Candy #F7BAD5

Color information

#F7BAD5 (or 0xF7BAD5) is unknown color: approx Cotton Candy. HEX triplet: F7, BA and D5. RGB value is (247,186,213). Sum of RGB (Red+Green+Blue) = 247+186+213=646 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.24% from 646); Green value is 186 (73.05% from 255 or 28.79% from 646); Blue value is 213 (83.59% from 255 or 32.97% from 646); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BAD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BAD5 is #08452A. Grayscale: #CFCFCF. Windows color (decimal): -541995 or 14007031. OLE color: 14007031.

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

Color convert

RGB247186213-
CMYK00.250.140.03
HSL333.44º79.22%84.9%-
HSV(B)333.44º24.7%96.86%-
XYZ67.9359.770.89-
YUV207.32131.21156.3-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.24%
GREEN value IS 186 (73.05% from 255) = 28.79%
BLUE value IS 213 (83.59% from 255) = 32.97%
R=38.24%
G=28.79%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718621300.250.140.03333.4479.2284.9
HexF7BAD5019E314d4f55
Octal367272325031163515117125
Binary11110111101110101101010101100111101110100110110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BAD5; }

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

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

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

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

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

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

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

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