#F3BAD6

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

Shades of Cotton Candy #F3BAD6

Tints of Cotton Candy #F3BAD6

Color information

#F3BAD6 (or 0xF3BAD6) is unknown color: approx Cotton Candy. HEX triplet: F3, BA and D6. RGB value is (243,186,214). Sum of RGB (Red+Green+Blue) = 243+186+214=643 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.79% from 643); Green value is 186 (73.05% from 255 or 28.93% from 643); Blue value is 214 (83.98% from 255 or 33.28% from 643); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BAD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BAD6 is #0C4529. Grayscale: #CECECE. Windows color (decimal): -804138 or 14072563. OLE color: 14072563.

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

Color convert

RGB243186214-
CMYK00.230.120.05
HSL330.53º70.37%84.12%-
HSV(B)330.53º23.46%95.29%-
XYZ66.6659.0371.5-
YUV206.24132.38154.22-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.79%
GREEN value IS 186 (73.05% from 255) = 28.93%
BLUE value IS 214 (83.98% from 255) = 33.28%
R=37.79%
G=28.93%
B=33.28%

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
Decimal24318621400.230.120.05330.5370.3784.12
HexF3BAD6017C514b4654
Octal363272326027145513106124
Binary111100111011101011010110010111110010110100101110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BAD6; }

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

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

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

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

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

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

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

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