#F5B9D1

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

Shades of Cotton Candy #F5B9D1

Tints of Cotton Candy #F5B9D1

Color information

#F5B9D1 (or 0xF5B9D1) is unknown color: approx Cotton Candy. HEX triplet: F5, B9 and D1. RGB value is (245,185,209). Sum of RGB (Red+Green+Blue) = 245+185+209=639 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.34% from 639); Green value is 185 (72.66% from 255 or 28.95% from 639); Blue value is 209 (82.03% from 255 or 32.71% from 639); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B9D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B9D1 is #0A462E. Grayscale: #CDCDCD. Windows color (decimal): -673327 or 13744629. OLE color: 13744629.

HSL color Cylindrical-coordinate representation of color #F5B9D1: hue angle of 336º 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 #F5B9D1 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB245185209-
CMYK00.240.150.04
HSL336º75%84.31%-
HSV(B)336º24.49%96.08%-
XYZ66.5158.7168.15-
YUV205.68129.88156.05-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.34%
GREEN value IS 185 (72.66% from 255) = 28.95%
BLUE value IS 209 (82.03% from 255) = 32.71%
R=38.34%
G=28.95%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518520900.240.150.043367584.31
HexF5B9D1018F41504b54
Octal365271321030174520113124
Binary111101011011100111010001011000111110010101000010010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B9D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B9D1; }

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

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

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

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

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

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

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

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