Html Css Color HEX #F6BADC Cotton Candy

📋 copy color: '#F6BADC'

red 246 ◦ green 186 ◦ blue 220

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

Shades of Cotton Candy #F6BADC

Tints of Cotton Candy #F6BADC

RGB

 RED value IS 246 (96.48% from 255) = 37.73%

 GREEN value IS 186 (73.05% from 255) = 28.53%

 BLUE value IS 220 (86.33% from 255) = 33.74%

R = 37.73%
G = 28.53%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F6BADC (or 0xF6BADC) is known color: Cotton Candy. HEX triplet: F6, BA and DC. RGB value is (246,186,220). Sum of RGB (Red+Green+Blue) = 246+186+220=652 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.73% from 652); Green value is 186 (73.05% from 255 or 28.53% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BADC is #094523. Grayscale: #CFCFCF. Windows color (decimal): -607524 or 14465782. OLE color: 14465782.

HSL color Cylindrical-coordinate representation of color #F6BADC: hue angle of 326º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6BADC is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 186 220 -
CMYK 0 0.24 0.11 0.04
HSL 326º 0.77% 0.85% -
HSV(B) 326º 0.24% 0.96% -
XYZ 68.48 59.88 75.66 -
YUV 207.82 134.88 155.24 -
System Red Green Blue C M Y K H S L
Decimal 246 186 220 0 0.24 0.11 0.04 326 0.77 0.85
Hex F6 BA DC 0 18 B 4 146 4D 55
Octal 366 272 334 0 30 13 4 506 115 125
Binary 11110110 10111010 11011100 0 11000 1011 100 101000110 1001101 1010101

Color Harmonies of #F6BADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BADC

Black with #F6BADC

Text Example


Text Example

White with #F6BADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BADC; }

 p { color: rgb(246,186,220); }

 H1.HeaderClassName
 {
   color: #F6BADC;
 }
 .AnyTagClassName
 {
   color: #F6BADC;
 }
</style>

background-color css

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

 a { background-color: rgb(246,186,220); }

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

border-color css

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

 span { border-color: rgb(246,186,220); }

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