#F7BDD0

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

Shades of Cotton Candy #F7BDD0

Tints of Cotton Candy #F7BDD0

Color information

#F7BDD0 (or 0xF7BDD0) is unknown color: approx Cotton Candy. HEX triplet: F7, BD and D0. RGB value is (247,189,208). Sum of RGB (Red+Green+Blue) = 247+189+208=644 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.35% from 644); Green value is 189 (74.22% from 255 or 29.35% from 644); Blue value is 208 (81.64% from 255 or 32.30% from 644); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BDD0 is #08422F. Grayscale: #D0D0D0. Windows color (decimal): -541232 or 13680119. OLE color: 13680119.

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

Color convert

RGB247189208-
CMYK00.230.160.03
HSL340.34º78.38%85.49%-
HSV(B)340.34º23.48%96.86%-
XYZ67.9460.7267.81-
YUV208.51127.72155.46-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.35%
GREEN value IS 189 (74.22% from 255) = 29.35%
BLUE value IS 208 (81.64% from 255) = 32.30%
R=38.35%
G=29.35%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718920800.230.160.03340.3478.3885.49
HexF7BDD00171031544e55
Octal367275320027203524116125
Binary111101111011110111010000010111100001110101010010011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BDD0; }

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

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

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

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

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

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

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

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