Html Css Color HEX #F6B9DC Cotton Candy

📋 copy color: '#F6B9DC'

red 246 ◦ green 185 ◦ blue 220

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

Shades of Cotton Candy #F6B9DC

Tints of Cotton Candy #F6B9DC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 28.42%

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

R = 37.79%
G = 28.42%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F6B9DC (or 0xF6B9DC) is known color: Cotton Candy. HEX triplet: F6, B9 and DC. RGB value is (246,185,220). Sum of RGB (Red+Green+Blue) = 246+185+220=651 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.79% from 651); Green value is 185 (72.66% from 255 or 28.42% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B9DC is #094623. Grayscale: #CFCFCF. Windows color (decimal): -607780 or 14465526. OLE color: 14465526.

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

Color convert

RGB 246 185 220 -
CMYK 0 0.25 0.11 0.04
HSL 325.57º 0.77% 0.85% -
HSV(B) 325.57º 0.25% 0.96% -
XYZ 68.27 59.46 75.59 -
YUV 207.23 135.21 155.65 -
System Red Green Blue C M Y K H S L
Decimal 246 185 220 0 0.25 0.11 0.04 325.57 0.77 0.85
Hex F6 B9 DC 0 19 B 4 146 4D 55
Octal 366 271 334 0 31 13 4 506 115 125
Binary 11110110 10111001 11011100 0 11001 1011 100 101000110 1001101 1010101

Color Harmonies of #F6B9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B9DC

Black with #F6B9DC

Text Example


Text Example

White with #F6B9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B9DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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