#F3BAD4

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

Shades of Cotton Candy #F3BAD4

Tints of Cotton Candy #F3BAD4

Color information

#F3BAD4 (or 0xF3BAD4) is unknown color: approx Cotton Candy. HEX triplet: F3, BA and D4. RGB value is (243,186,212). Sum of RGB (Red+Green+Blue) = 243+186+212=641 (84% of max value = 765). Red value is 243 (95.31% from 255 or 37.91% from 641); Green value is 186 (73.05% from 255 or 29.02% from 641); Blue value is 212 (83.20% from 255 or 33.07% from 641); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BAD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BAD4 is #0C452B. Grayscale: #CDCDCD. Windows color (decimal): -804140 or 13941491. OLE color: 13941491.

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

Color convert

RGB243186212-
CMYK00.230.130.05
HSL332.63º70.37%84.12%-
HSV(B)332.63º23.46%95.29%-
XYZ66.458.9370.16-
YUV206.01131.38154.39-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.91%
GREEN value IS 186 (73.05% from 255) = 29.02%
BLUE value IS 212 (83.20% from 255) = 33.07%
R=37.91%
G=29.02%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318621200.230.130.05332.6370.3784.12
HexF3BAD4017D514d4654
Octal363272324027155515106124
Binary111100111011101011010100010111110110110100110110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BAD4; }

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

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

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

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

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

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

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

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