#F5BAD9

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

Shades of Cotton Candy #F5BAD9

Tints of Cotton Candy #F5BAD9

Color information

#F5BAD9 (or 0xF5BAD9) is unknown color: approx Cotton Candy. HEX triplet: F5, BA and D9. RGB value is (245,186,217). Sum of RGB (Red+Green+Blue) = 245+186+217=648 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.81% from 648); Green value is 186 (73.05% from 255 or 28.70% from 648); Blue value is 217 (85.16% from 255 or 33.49% from 648); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BAD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BAD9 is #0A4526. Grayscale: #CFCFCF. Windows color (decimal): -673063 or 14269173. OLE color: 14269173.

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

Color convert

RGB245186217-
CMYK00.240.110.04
HSL328.47º74.68%84.51%-
HSV(B)328.47º24.08%96.08%-
XYZ67.7459.5473.57-
YUV207.18133.55154.98-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.81%
GREEN value IS 186 (73.05% from 255) = 28.70%
BLUE value IS 217 (85.16% from 255) = 33.49%
R=37.81%
G=28.70%
B=33.49%

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
Decimal24518621700.240.110.04328.4774.6884.51
HexF5BAD9018B41484b55
Octal365272331030134510113125
Binary111101011011101011011001011000101110010100100010010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BAD9; }

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

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

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

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

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

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

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

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