#F5B9D9

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

Shades of Cotton Candy #F5B9D9

Tints of Cotton Candy #F5B9D9

Color information

#F5B9D9 (or 0xF5B9D9) is unknown color: approx Cotton Candy. HEX triplet: F5, B9 and D9. RGB value is (245,185,217). Sum of RGB (Red+Green+Blue) = 245+185+217=647 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.87% from 647); Green value is 185 (72.66% from 255 or 28.59% from 647); Blue value is 217 (85.16% from 255 or 33.54% from 647); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B9D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B9D9 is #0A4626. Grayscale: #CECECE. Windows color (decimal): -673319 or 14268917. OLE color: 14268917.

HSL color Cylindrical-coordinate representation of color #F5B9D9: hue angle of 328º degrees, saturation: 0.75, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5B9D9 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB245185217-
CMYK00.240.110.04
HSL328º75%84.31%-
HSV(B)328º24.49%96.08%-
XYZ67.5359.1273.5-
YUV206.59133.88155.4-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.87%
GREEN value IS 185 (72.66% from 255) = 28.59%
BLUE value IS 217 (85.16% from 255) = 33.54%
R=37.87%
G=28.59%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518521700.240.110.043287584.31
HexF5B9D9018B41484b54
Octal365271331030134510113124
Binary111101011011100111011001011000101110010100100010010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B9D9; }

 p { color: rgb(245,185,217); }

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

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

 a { background-color: rgb(245,185,217); }

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

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

 span { border-color: rgb(245,185,217); }

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