#F7B7CE

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

Shades of Cotton Candy #F7B7CE

Tints of Cotton Candy #F7B7CE

Color information

#F7B7CE (or 0xF7B7CE) is unknown color: approx Cotton Candy. HEX triplet: F7, B7 and CE. RGB value is (247,183,206). Sum of RGB (Red+Green+Blue) = 247+183+206=636 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.84% from 636); Green value is 183 (71.88% from 255 or 28.77% from 636); Blue value is 206 (80.86% from 255 or 32.39% from 636); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B7CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7B7CE is #084831. Grayscale: #CCCCCC. Windows color (decimal): -542770 or 13547511. OLE color: 13547511.

HSL color Cylindrical-coordinate representation of color #F7B7CE: hue angle of 338.44º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F7B7CE is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB247183206-
CMYK00.260.170.03
HSL338.44º80%84.31%-
HSV(B)338.44º25.91%96.86%-
XYZ66.4358.166.11-
YUV204.76128.7158.13-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.84%
GREEN value IS 183 (71.88% from 255) = 28.77%
BLUE value IS 206 (80.86% from 255) = 32.39%
R=38.84%
G=28.77%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718320600.260.170.03338.448084.31
HexF7B7CE01A1131525054
Octal367267316032213522120124
Binary111101111011011111001110011010100011110101001010100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B7CE; }

 p { color: rgb(247,183,206); }

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

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

 a { background-color: rgb(247,183,206); }

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

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

 span { border-color: rgb(247,183,206); }

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