#F7BBCF

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

Shades of Cotton Candy #F7BBCF

Tints of Cotton Candy #F7BBCF

Color information

#F7BBCF (or 0xF7BBCF) is unknown color: approx Cotton Candy. HEX triplet: F7, BB and CF. RGB value is (247,187,207). Sum of RGB (Red+Green+Blue) = 247+187+207=641 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.53% from 641); Green value is 187 (73.44% from 255 or 29.17% from 641); Blue value is 207 (81.25% from 255 or 32.29% from 641); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BBCF is #084430. Grayscale: #CFCFCF. Windows color (decimal): -541745 or 13614071. OLE color: 13614071.

HSL color Cylindrical-coordinate representation of color #F7BBCF: hue angle of 340º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F7BBCF is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB247187207-
CMYK00.240.160.03
HSL340º78.95%85.1%-
HSV(B)340º24.29%96.86%-
XYZ67.3959.8267.03-
YUV207.22127.88156.37-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.53%
GREEN value IS 187 (73.44% from 255) = 29.17%
BLUE value IS 207 (81.25% from 255) = 32.29%
R=38.53%
G=29.17%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718720700.240.160.0334078.9585.1
HexF7BBCF0181031544f55
Octal367273317030203524117125
Binary111101111011101111001111011000100001110101010010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BBCF; }

 p { color: rgb(247,187,207); }

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

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

 a { background-color: rgb(247,187,207); }

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

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

 span { border-color: rgb(247,187,207); }

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