#F0BAD1

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

Shades of Cotton Candy #F0BAD1

Tints of Cotton Candy #F0BAD1

Color information

#F0BAD1 (or 0xF0BAD1) is unknown color: approx Cotton Candy. HEX triplet: F0, BA and D1. RGB value is (240,186,209). Sum of RGB (Red+Green+Blue) = 240+186+209=635 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.80% from 635); Green value is 186 (73.05% from 255 or 29.29% from 635); Blue value is 209 (82.03% from 255 or 32.91% from 635); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BAD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BAD1 is #0F452E. Grayscale: #CCCCCC. Windows color (decimal): -1000751 or 13744880. OLE color: 13744880.

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

Color convert

RGB240186209-
CMYK00.220.130.06
HSL334.44º64.29%83.53%-
HSV(B)334.44º22.5%94.12%-
XYZ6558.2568.14-
YUV204.77130.39153.13-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.80%
GREEN value IS 186 (73.05% from 255) = 29.29%
BLUE value IS 209 (82.03% from 255) = 32.91%
R=37.80%
G=29.29%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018620900.220.130.06334.4464.2983.53
HexF0BAD1016D614e4054
Octal360272321026156516100124
Binary111100001011101011010001010110110111010100111010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BAD1; }

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

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

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

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

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

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

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

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