#F3BAD8

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

Shades of Cotton Candy #F3BAD8

Tints of Cotton Candy #F3BAD8

Color information

#F3BAD8 (or 0xF3BAD8) is unknown color: approx Cotton Candy. HEX triplet: F3, BA and D8. RGB value is (243,186,216). Sum of RGB (Red+Green+Blue) = 243+186+216=645 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.67% from 645); Green value is 186 (73.05% from 255 or 28.84% from 645); Blue value is 216 (84.77% from 255 or 33.49% from 645); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BAD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BAD8 is #0C4527. Grayscale: #CECECE. Windows color (decimal): -804136 or 14203635. OLE color: 14203635.

HSL color Cylindrical-coordinate representation of color #F3BAD8: hue angle of 328.42º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3BAD8 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB243186216-
CMYK00.230.110.05
HSL328.42º70.37%84.12%-
HSV(B)328.42º23.46%95.29%-
XYZ66.9259.1372.85-
YUV206.46133.38154.06-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.67%
GREEN value IS 186 (73.05% from 255) = 28.84%
BLUE value IS 216 (84.77% from 255) = 33.49%
R=37.67%
G=28.84%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318621600.230.110.05328.4270.3784.12
HexF3BAD8017B51484654
Octal363272330027135510106124
Binary111100111011101011011000010111101110110100100010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BAD8; }

 p { color: rgb(243,186,216); }

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

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

 a { background-color: rgb(243,186,216); }

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

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

 span { border-color: rgb(243,186,216); }

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