#F7BED6

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

Shades of Cotton Candy #F7BED6

Tints of Cotton Candy #F7BED6

Color information

#F7BED6 (or 0xF7BED6) is unknown color: approx Cotton Candy. HEX triplet: F7, BE and D6. RGB value is (247,190,214). Sum of RGB (Red+Green+Blue) = 247+190+214=651 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.94% from 651); Green value is 190 (74.61% from 255 or 29.19% from 651); Blue value is 214 (83.98% from 255 or 32.87% from 651); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BED6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BED6 is #084129. Grayscale: #D1D1D1. Windows color (decimal): -540970 or 14073591. OLE color: 14073591.

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

Color convert

RGB247190214-
CMYK00.230.130.03
HSL334.74º78.08%85.69%-
HSV(B)334.74º23.08%96.86%-
XYZ68.9161.4671.85-
YUV209.78130.38154.55-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.94%
GREEN value IS 190 (74.61% from 255) = 29.19%
BLUE value IS 214 (83.98% from 255) = 32.87%
R=37.94%
G=29.19%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719021400.230.130.03334.7478.0885.69
HexF7BED6017D314f4e56
Octal367276326027153517116126
Binary11110111101111101101011001011111011110100111110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BED6; }

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

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

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

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

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

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

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

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