#F3BAD7

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

Shades of Cotton Candy #F3BAD7

Tints of Cotton Candy #F3BAD7

Color information

#F3BAD7 (or 0xF3BAD7) is unknown color: approx Cotton Candy. HEX triplet: F3, BA and D7. RGB value is (243,186,215). Sum of RGB (Red+Green+Blue) = 243+186+215=644 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.73% from 644); Green value is 186 (73.05% from 255 or 28.88% from 644); Blue value is 215 (84.38% from 255 or 33.39% from 644); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BAD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BAD7 is #0C4528. Grayscale: #CECECE. Windows color (decimal): -804137 or 14138099. OLE color: 14138099.

HSL color Cylindrical-coordinate representation of color #F3BAD7: hue angle of 329.47º 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 #F3BAD7 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB243186215-
CMYK00.230.120.05
HSL329.47º70.37%84.12%-
HSV(B)329.47º23.46%95.29%-
XYZ66.7959.0872.17-
YUV206.35132.88154.14-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.73%
GREEN value IS 186 (73.05% from 255) = 28.88%
BLUE value IS 215 (84.38% from 255) = 33.39%
R=37.73%
G=28.88%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318621500.230.120.05329.4770.3784.12
HexF3BAD7017C51494654
Octal363272327027145511106124
Binary111100111011101011010111010111110010110100100110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BAD7; }

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

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

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

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

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

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

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

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