#F7B9DA

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

Shades of Cotton Candy #F7B9DA

Tints of Cotton Candy #F7B9DA

Color information

#F7B9DA (or 0xF7B9DA) is unknown color: approx Cotton Candy. HEX triplet: F7, B9 and DA. RGB value is (247,185,218). Sum of RGB (Red+Green+Blue) = 247+185+218=650 (86% of max value = 765). Red value is 247 (96.88% from 255 or 38% from 650); Green value is 185 (72.66% from 255 or 28.46% from 650); Blue value is 218 (85.55% from 255 or 33.54% from 650); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B9DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7B9DA is #084625. Grayscale: #CFCFCF. Windows color (decimal): -542246 or 14334455. OLE color: 14334455.

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

Color convert

RGB247185218-
CMYK00.250.120.03
HSL328.06º79.49%84.71%-
HSV(B)328.06º25.1%96.86%-
XYZ68.3659.5374.22-
YUV207.3134.04156.32-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38%
GREEN value IS 185 (72.66% from 255) = 28.46%
BLUE value IS 218 (85.55% from 255) = 33.54%
R=38%
G=28.46%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718521800.250.120.03328.0679.4984.71
HexF7B9DA019C31484f55
Octal367271332031143510117125
Binary11110111101110011101101001100111001110100100010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B9DA; }

 p { color: rgb(247,185,218); }

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

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

 a { background-color: rgb(247,185,218); }

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

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

 span { border-color: rgb(247,185,218); }

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