#F7BED1

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

Shades of Cotton Candy #F7BED1

Tints of Cotton Candy #F7BED1

Color information

#F7BED1 (or 0xF7BED1) is unknown color: approx Cotton Candy. HEX triplet: F7, BE and D1. RGB value is (247,190,209). Sum of RGB (Red+Green+Blue) = 247+190+209=646 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.24% from 646); Green value is 190 (74.61% from 255 or 29.41% from 646); Blue value is 209 (82.03% from 255 or 32.35% from 646); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BED1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BED1 is #08412E. Grayscale: #D1D1D1. Windows color (decimal): -540975 or 13745911. OLE color: 13745911.

HSL color Cylindrical-coordinate representation of color #F7BED1: hue angle of 340º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F7BED1 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB247190209-
CMYK00.230.150.03
HSL340º78.08%85.69%-
HSV(B)340º23.08%96.86%-
XYZ68.2861.268.54-
YUV209.21127.88154.96-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.24%
GREEN value IS 190 (74.61% from 255) = 29.41%
BLUE value IS 209 (82.03% from 255) = 32.35%
R=38.24%
G=29.41%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719020900.230.150.0334078.0885.69
HexF7BED1017F31544e56
Octal367276321027173524116126
Binary11110111101111101101000101011111111110101010010011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BED1; }

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

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

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

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

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

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

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

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