#F0BAD2

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

Shades of Cotton Candy #F0BAD2

Tints of Cotton Candy #F0BAD2

Color information

#F0BAD2 (or 0xF0BAD2) is unknown color: approx Cotton Candy. HEX triplet: F0, BA and D2. RGB value is (240,186,210). Sum of RGB (Red+Green+Blue) = 240+186+210=636 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.74% from 636); Green value is 186 (73.05% from 255 or 29.25% from 636); Blue value is 210 (82.42% from 255 or 33.02% from 636); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BAD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BAD2 is #0F452D. Grayscale: #CCCCCC. Windows color (decimal): -1000750 or 13810416. OLE color: 13810416.

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

Color convert

RGB240186210-
CMYK00.220.120.06
HSL333.33º64.29%83.53%-
HSV(B)333.33º22.5%94.12%-
XYZ65.1358.368.79-
YUV204.88130.89153.05-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.74%
GREEN value IS 186 (73.05% from 255) = 29.25%
BLUE value IS 210 (82.42% from 255) = 33.02%
R=37.74%
G=29.25%
B=33.02%

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
Decimal24018621000.220.120.06333.3364.2983.53
HexF0BAD2016C614d4054
Octal360272322026146515100124
Binary111100001011101011010010010110110011010100110110000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BAD2; }

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

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

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

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

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

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

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

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