#F7BCD0

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

Shades of Cotton Candy #F7BCD0

Tints of Cotton Candy #F7BCD0

Color information

#F7BCD0 (or 0xF7BCD0) is unknown color: approx Cotton Candy. HEX triplet: F7, BC and D0. RGB value is (247,188,208). Sum of RGB (Red+Green+Blue) = 247+188+208=643 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.41% from 643); Green value is 188 (73.83% from 255 or 29.24% from 643); Blue value is 208 (81.64% from 255 or 32.35% from 643); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BCD0 is #08432F. Grayscale: #CFCFCF. Windows color (decimal): -541488 or 13679863. OLE color: 13679863.

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

Color convert

RGB247188208-
CMYK00.240.160.03
HSL339.66º78.67%85.29%-
HSV(B)339.66º23.89%96.86%-
XYZ67.7360.2967.74-
YUV207.92128.05155.87-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.41%
GREEN value IS 188 (73.83% from 255) = 29.24%
BLUE value IS 208 (81.64% from 255) = 32.35%
R=38.41%
G=29.24%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718820800.240.160.03339.6678.6785.29
HexF7BCD00181031544f55
Octal367274320030203524117125
Binary111101111011110011010000011000100001110101010010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BCD0; }

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

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

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

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

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

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

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

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