#F5BADC

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

Shades of Cotton Candy #F5BADC

Tints of Cotton Candy #F5BADC

Color information

#F5BADC (or 0xF5BADC) is unknown color: approx Cotton Candy. HEX triplet: F5, BA and DC. RGB value is (245,186,220). Sum of RGB (Red+Green+Blue) = 245+186+220=651 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.63% from 651); Green value is 186 (73.05% from 255 or 28.57% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BADC is #0A4523. Grayscale: #CFCFCF. Windows color (decimal): -673060 or 14465781. OLE color: 14465781.

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

Color convert

RGB245186220-
CMYK00.240.100.04
HSL325.42º74.68%84.51%-
HSV(B)325.42º24.08%96.08%-
XYZ68.1359.775.64-
YUV207.52135.05154.74-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.63%
GREEN value IS 186 (73.05% from 255) = 28.57%
BLUE value IS 220 (86.33% from 255) = 33.79%
R=37.63%
G=28.57%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518622000.240.100.04325.4274.6884.51
HexF5BADC018A41454b55
Octal365272334030124505113125
Binary111101011011101011011100011000101010010100010110010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BADC; }

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

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

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

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

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

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

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

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