#F7BCD1

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

Shades of Cotton Candy #F7BCD1

Tints of Cotton Candy #F7BCD1

Color information

#F7BCD1 (or 0xF7BCD1) is unknown color: approx Cotton Candy. HEX triplet: F7, BC and D1. RGB value is (247,188,209). Sum of RGB (Red+Green+Blue) = 247+188+209=644 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.35% from 644); Green value is 188 (73.83% from 255 or 29.19% from 644); Blue value is 209 (82.03% from 255 or 32.45% from 644); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BCD1 is #08432E. Grayscale: #D0D0D0. Windows color (decimal): -541487 or 13745399. OLE color: 13745399.

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

Color convert

RGB247188209-
CMYK00.240.150.03
HSL338.64º78.67%85.29%-
HSV(B)338.64º23.89%96.86%-
XYZ67.8560.3468.39-
YUV208.04128.55155.79-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.35%
GREEN value IS 188 (73.83% from 255) = 29.19%
BLUE value IS 209 (82.03% from 255) = 32.45%
R=38.35%
G=29.19%
B=32.45%

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
Decimal24718820900.240.150.03338.6478.6785.29
HexF7BCD1018F31534f55
Octal367274321030173523117125
Binary11110111101111001101000101100011111110101001110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BCD1; }

 p { color: rgb(247,188,209); }

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

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

 a { background-color: rgb(247,188,209); }

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

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

 span { border-color: rgb(247,188,209); }

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