#F7BCD2

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

Shades of Cotton Candy #F7BCD2

Tints of Cotton Candy #F7BCD2

Color information

#F7BCD2 (or 0xF7BCD2) is unknown color: approx Cotton Candy. HEX triplet: F7, BC and D2. RGB value is (247,188,210). Sum of RGB (Red+Green+Blue) = 247+188+210=645 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.29% from 645); Green value is 188 (73.83% from 255 or 29.15% from 645); Blue value is 210 (82.42% from 255 or 32.56% from 645); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BCD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BCD2 is #08432D. Grayscale: #D0D0D0. Windows color (decimal): -541486 or 13810935. OLE color: 13810935.

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

Color convert

RGB247188210-
CMYK00.240.150.03
HSL337.63º78.67%85.29%-
HSV(B)337.63º23.89%96.86%-
XYZ67.9760.3969.05-
YUV208.15129.05155.71-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.29%
GREEN value IS 188 (73.83% from 255) = 29.15%
BLUE value IS 210 (82.42% from 255) = 32.56%
R=38.29%
G=29.15%
B=32.56%

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
Decimal24718821000.240.150.03337.6378.6785.29
HexF7BCD2018F31524f55
Octal367274322030173522117125
Binary11110111101111001101001001100011111110101001010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BCD2; }

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

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

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

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

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

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

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

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