Html Css Color HEX #F6BACE Chantilly

📋 copy color: '#F6BACE'

red 246 ◦ green 186 ◦ blue 206

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

Shades of Chantilly #F6BACE

Tints of Chantilly #F6BACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 32.29%

R = 38.56%
G = 29.15%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F6BACE (or 0xF6BACE) is known color: Chantilly. HEX triplet: F6, BA and CE. RGB value is (246,186,206). Sum of RGB (Red+Green+Blue) = 246+186+206=638 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.56% from 638); Green value is 186 (73.05% from 255 or 29.15% from 638); Blue value is 206 (80.86% from 255 or 32.29% from 638); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BACE is #094531. Grayscale: #CECECE. Windows color (decimal): -607538 or 13548278. OLE color: 13548278.

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

Color convert

RGB 246 186 206 -
CMYK 0 0.24 0.16 0.04
HSL 340º 0.77% 0.85% -
HSV(B) 340º 0.24% 0.96% -
XYZ 66.71 59.17 66.3 -
YUV 206.22 127.88 156.37 -
System Red Green Blue C M Y K H S L
Decimal 246 186 206 0 0.24 0.16 0.04 340 0.77 0.85
Hex F6 BA CE 0 18 10 4 154 4D 55
Octal 366 272 316 0 30 20 4 524 115 125
Binary 11110110 10111010 11001110 0 11000 10000 100 101010100 1001101 1010101

Color Harmonies of #F6BACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BACE

Black with #F6BACE

Text Example


Text Example

White with #F6BACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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