#F7BADE

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

Shades of Cotton Candy #F7BADE

Tints of Cotton Candy #F7BADE

Color information

#F7BADE (or 0xF7BADE) is unknown color: approx Cotton Candy. HEX triplet: F7, BA and DE. RGB value is (247,186,222). Sum of RGB (Red+Green+Blue) = 247+186+222=655 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.71% from 655); Green value is 186 (73.05% from 255 or 28.40% from 655); Blue value is 222 (87.11% from 255 or 33.89% from 655); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BADE is #084521. Grayscale: #D0D0D0. Windows color (decimal): -541986 or 14596855. OLE color: 14596855.

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

Color convert

RGB247186222-
CMYK00.250.100.03
HSL324.59º79.22%84.9%-
HSV(B)324.59º24.7%96.86%-
XYZ69.160.1777.08-
YUV208.34135.71155.57-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.71%
GREEN value IS 186 (73.05% from 255) = 28.40%
BLUE value IS 222 (87.11% from 255) = 33.89%
R=37.71%
G=28.40%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718622200.250.100.03324.5979.2284.9
HexF7BADE019A31454f55
Octal367272336031123505117125
Binary11110111101110101101111001100110101110100010110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BADE; }

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

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

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

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

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

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

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

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