#F7BDD6

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

Shades of Cotton Candy #F7BDD6

Tints of Cotton Candy #F7BDD6

Color information

#F7BDD6 (or 0xF7BDD6) is unknown color: approx Cotton Candy. HEX triplet: F7, BD and D6. RGB value is (247,189,214). Sum of RGB (Red+Green+Blue) = 247+189+214=650 (86% of max value = 765). Red value is 247 (96.88% from 255 or 38% from 650); Green value is 189 (74.22% from 255 or 29.08% from 650); Blue value is 214 (83.98% from 255 or 32.92% from 650); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BDD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BDD6 is #084229. Grayscale: #D1D1D1. Windows color (decimal): -541226 or 14073335. OLE color: 14073335.

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

Color convert

RGB247189214-
CMYK00.230.130.03
HSL334.14º78.38%85.49%-
HSV(B)334.14º23.48%96.86%-
XYZ68.6961.0271.78-
YUV209.19130.72154.97-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38%
GREEN value IS 189 (74.22% from 255) = 29.08%
BLUE value IS 214 (83.98% from 255) = 32.92%
R=38%
G=29.08%
B=32.92%

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
Decimal24718921400.230.130.03334.1478.3885.49
HexF7BDD6017D314e4e55
Octal367275326027153516116125
Binary11110111101111011101011001011111011110100111010011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BDD6; }

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

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

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

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

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

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

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

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