#F5BAD3

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

Shades of Cotton Candy #F5BAD3

Tints of Cotton Candy #F5BAD3

Color information

#F5BAD3 (or 0xF5BAD3) is unknown color: approx Cotton Candy. HEX triplet: F5, BA and D3. RGB value is (245,186,211). Sum of RGB (Red+Green+Blue) = 245+186+211=642 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.16% from 642); Green value is 186 (73.05% from 255 or 28.97% from 642); Blue value is 211 (82.81% from 255 or 32.87% from 642); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BAD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BAD3 is #0A452C. Grayscale: #CECECE. Windows color (decimal): -673069 or 13875957. OLE color: 13875957.

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

Color convert

RGB245186211-
CMYK00.240.140.04
HSL334.58º74.68%84.51%-
HSV(B)334.58º24.08%96.08%-
XYZ66.9759.2369.53-
YUV206.49130.55155.47-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.16%
GREEN value IS 186 (73.05% from 255) = 28.97%
BLUE value IS 211 (82.81% from 255) = 32.87%
R=38.16%
G=28.97%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518621100.240.140.04334.5874.6884.51
HexF5BAD3018E414f4b55
Octal365272323030164517113125
Binary111101011011101011010011011000111010010100111110010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BAD3; }

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

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

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

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

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

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

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

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