#F7BBD8

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

Shades of Cotton Candy #F7BBD8

Tints of Cotton Candy #F7BBD8

Color information

#F7BBD8 (or 0xF7BBD8) is unknown color: approx Cotton Candy. HEX triplet: F7, BB and D8. RGB value is (247,187,216). Sum of RGB (Red+Green+Blue) = 247+187+216=650 (86% of max value = 765). Red value is 247 (96.88% from 255 or 38% from 650); Green value is 187 (73.44% from 255 or 28.77% from 650); Blue value is 216 (84.77% from 255 or 33.23% from 650); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BBD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BBD8 is #084427. Grayscale: #D0D0D0. Windows color (decimal): -541736 or 14203895. OLE color: 14203895.

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

Color convert

RGB247187216-
CMYK00.240.130.03
HSL331º78.95%85.1%-
HSV(B)331º24.29%96.86%-
XYZ68.5260.2772.99-
YUV208.25132.38155.64-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38%
GREEN value IS 187 (73.44% from 255) = 28.77%
BLUE value IS 216 (84.77% from 255) = 33.23%
R=38%
G=28.77%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718721600.240.130.0333178.9585.1
HexF7BBD8018D314b4f55
Octal367273330030153513117125
Binary11110111101110111101100001100011011110100101110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BBD8; }

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

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

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

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

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

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

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

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