Html Css Color HEX #F6B9DA Cotton Candy

📋 copy color: '#F6B9DA'

red 246 ◦ green 185 ◦ blue 218

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

Shades of Cotton Candy #F6B9DA

Tints of Cotton Candy #F6B9DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.59%

R = 37.9%
G = 28.51%
B = 33.59%

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

#F6B9DA (or 0xF6B9DA) is known color: Cotton Candy. HEX triplet: F6, B9 and DA. RGB value is (246,185,218). Sum of RGB (Red+Green+Blue) = 246+185+218=649 (85% of max value = 765). Red value is 246 (96.48% from 255 or 37.90% from 649); Green value is 185 (72.66% from 255 or 28.51% from 649); Blue value is 218 (85.55% from 255 or 33.59% from 649); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B9DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B9DA is #094625. Grayscale: #CECECE. Windows color (decimal): -607782 or 14334454. OLE color: 14334454.

HSL color Cylindrical-coordinate representation of color #F6B9DA: hue angle of 327.54º 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 #F6B9DA is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 185 218 -
CMYK 0 0.25 0.11 0.04
HSL 327.54º 0.77% 0.85% -
HSV(B) 327.54º 0.25% 0.96% -
XYZ 68.01 59.35 74.2 -
YUV 207 134.21 155.82 -
System Red Green Blue C M Y K H S L
Decimal 246 185 218 0 0.25 0.11 0.04 327.54 0.77 0.85
Hex F6 B9 DA 0 19 B 4 148 4D 55
Octal 366 271 332 0 31 13 4 510 115 125
Binary 11110110 10111001 11011010 0 11001 1011 100 101001000 1001101 1010101

Color Harmonies of #F6B9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B9DA

Black with #F6B9DA

Text Example


Text Example

White with #F6B9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B9DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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