Html Css Color HEX #F6B9D2 Cotton Candy

📋 copy color: '#F6B9D2'

red 246 ◦ green 185 ◦ blue 210

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

Shades of Cotton Candy #F6B9D2

Tints of Cotton Candy #F6B9D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 32.76%

R = 38.38%
G = 28.86%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F6B9D2 (or 0xF6B9D2) is known color: Cotton Candy. HEX triplet: F6, B9 and D2. RGB value is (246,185,210). Sum of RGB (Red+Green+Blue) = 246+185+210=641 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.38% from 641); Green value is 185 (72.66% from 255 or 28.86% from 641); Blue value is 210 (82.42% from 255 or 32.76% from 641); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B9D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B9D2 is #09462D. Grayscale: #CECECE. Windows color (decimal): -607790 or 13810166. OLE color: 13810166.

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

Color convert

RGB 246 185 210 -
CMYK 0 0.25 0.15 0.04
HSL 335.41º 0.77% 0.85% -
HSV(B) 335.41º 0.25% 0.96% -
XYZ 66.99 58.94 68.82 -
YUV 206.09 130.21 156.47 -
System Red Green Blue C M Y K H S L
Decimal 246 185 210 0 0.25 0.15 0.04 335.41 0.77 0.85
Hex F6 B9 D2 0 19 F 4 14F 4D 55
Octal 366 271 322 0 31 17 4 517 115 125
Binary 11110110 10111001 11010010 0 11001 1111 100 101001111 1001101 1010101

Color Harmonies of #F6B9D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B9D2

Black with #F6B9D2

Text Example


Text Example

White with #F6B9D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B9D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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