#F7BADD

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

Shades of Cotton Candy #F7BADD

Tints of Cotton Candy #F7BADD

Color information

#F7BADD (or 0xF7BADD) is unknown color: approx Cotton Candy. HEX triplet: F7, BA and DD. RGB value is (247,186,221). Sum of RGB (Red+Green+Blue) = 247+186+221=654 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.77% from 654); Green value is 186 (73.05% from 255 or 28.44% from 654); Blue value is 221 (86.72% from 255 or 33.79% from 654); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BADD is #084522. Grayscale: #D0D0D0. Windows color (decimal): -541987 or 14531319. OLE color: 14531319.

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

Color convert

RGB247186221-
CMYK00.250.110.03
HSL325.57º79.22%84.9%-
HSV(B)325.57º24.7%96.86%-
XYZ68.9760.1176.37-
YUV208.23135.21155.65-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.77%
GREEN value IS 186 (73.05% from 255) = 28.44%
BLUE value IS 221 (86.72% from 255) = 33.79%
R=37.77%
G=28.44%
B=33.79%

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
Decimal24718622100.250.110.03325.5779.2284.9
HexF7BADD019B31464f55
Octal367272335031133506117125
Binary11110111101110101101110101100110111110100011010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BADD; }

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

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

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

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

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

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

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

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