#F7BBD2

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

Shades of Cotton Candy #F7BBD2

Tints of Cotton Candy #F7BBD2

Color information

#F7BBD2 (or 0xF7BBD2) is unknown color: approx Cotton Candy. HEX triplet: F7, BB and D2. RGB value is (247,187,210). Sum of RGB (Red+Green+Blue) = 247+187+210=644 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.35% from 644); Green value is 187 (73.44% from 255 or 29.04% from 644); Blue value is 210 (82.42% from 255 or 32.61% from 644); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BBD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BBD2 is #08442D. Grayscale: #CFCFCF. Windows color (decimal): -541742 or 13810679. OLE color: 13810679.

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

Color convert

RGB247187210-
CMYK00.240.150.03
HSL337º78.95%85.1%-
HSV(B)337º24.29%96.86%-
XYZ67.7659.9768.98-
YUV207.56129.38156.13-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.35%
GREEN value IS 187 (73.44% from 255) = 29.04%
BLUE value IS 210 (82.42% from 255) = 32.61%
R=38.35%
G=29.04%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718721000.240.150.0333778.9585.1
HexF7BBD2018F31514f55
Octal367273322030173521117125
Binary11110111101110111101001001100011111110101000110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BBD2; }

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

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

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

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

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

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

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

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