Html Css Color HEX #F0BAD2 Cotton Candy

📋 copy color: '#F0BAD2'

red 240 ◦ green 186 ◦ blue 210

#F0BAD2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cotton Candy #F0BAD2

Tints of Cotton Candy #F0BAD2

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 value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#F0BAD2 (or 0xF0BAD2) is known color: 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.23%. 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

RGB 240 186 210 -
CMYK 0 0.22 0.12 0.06
HSL 333.33º 0.64% 0.84% -
HSV(B) 333.33º 0.23% 0.94% -
XYZ 65.13 58.3 68.79 -
YUV 204.88 130.89 153.05 -
System Red Green Blue C M Y K H S L
Decimal 240 186 210 0 0.22 0.12 0.06 333.33 0.64 0.84
Hex F0 BA D2 0 16 C 6 14D 40 54
Octal 360 272 322 0 26 14 6 515 100 124
Binary 11110000 10111010 11010010 0 10110 1100 110 101001101 1000000 1010100

Color Harmonies of #F0BAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BAD2

Black with #F0BAD2

Text Example


Text Example

White with #F0BAD2

Text Example


Text Example

HTML Codes & Css Web 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>