#F7B5CF

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

Shades of Cotton Candy #F7B5CF

Tints of Cotton Candy #F7B5CF

Color information

#F7B5CF (or 0xF7B5CF) is unknown color: approx Cotton Candy. HEX triplet: F7, B5 and CF. RGB value is (247,181,207). Sum of RGB (Red+Green+Blue) = 247+181+207=635 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.90% from 635); Green value is 181 (71.09% from 255 or 28.50% from 635); Blue value is 207 (81.25% from 255 or 32.60% from 635); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7B5CF is #084A30. Grayscale: #CBCBCB. Windows color (decimal): -543281 or 13612535. OLE color: 13612535.

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

Color convert

RGB247181207-
CMYK00.270.160.03
HSL336.36º80.49%83.92%-
HSV(B)336.36º26.72%96.86%-
XYZ66.1457.3366.61-
YUV203.7129.87158.89-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.90%
GREEN value IS 181 (71.09% from 255) = 28.50%
BLUE value IS 207 (81.25% from 255) = 32.60%
R=38.90%
G=28.50%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718120700.270.160.03336.3680.4983.92
HexF7B5CF01B1031505054
Octal367265317033203520120124
Binary111101111011010111001111011011100001110101000010100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B5CF; }

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

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

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

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

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

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

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

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