#F0BAD3

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

Shades of Cotton Candy #F0BAD3

Tints of Cotton Candy #F0BAD3

Color information

#F0BAD3 (or 0xF0BAD3) is unknown color: approx Cotton Candy. HEX triplet: F0, BA and D3. RGB value is (240,186,211). Sum of RGB (Red+Green+Blue) = 240+186+211=637 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.68% from 637); Green value is 186 (73.05% from 255 or 29.20% from 637); Blue value is 211 (82.81% from 255 or 33.12% from 637); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BAD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BAD3 is #0F452C. Grayscale: #CCCCCC. Windows color (decimal): -1000749 or 13875952. OLE color: 13875952.

HSL color Cylindrical-coordinate representation of color #F0BAD3: hue angle of 332.22º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0BAD3 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB240186211-
CMYK00.220.120.06
HSL332.22º64.29%83.53%-
HSV(B)332.22º22.5%94.12%-
XYZ65.2558.3569.45-
YUV205131.39152.97-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.68%
GREEN value IS 186 (73.05% from 255) = 29.20%
BLUE value IS 211 (82.81% from 255) = 33.12%
R=37.68%
G=29.20%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018621100.220.120.06332.2264.2983.53
HexF0BAD3016C614c4054
Octal360272323026146514100124
Binary111100001011101011010011010110110011010100110010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BAD3; }

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

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

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

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

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

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

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

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