Html Css Color HEX #F6BECE Chantilly

📋 copy color: '#F6BECE'

red 246 ◦ green 190 ◦ blue 206

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

Shades of Chantilly #F6BECE

Tints of Chantilly #F6BECE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.6%

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

R = 38.32%
G = 29.6%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F6BECE (or 0xF6BECE) is known color: Chantilly. HEX triplet: F6, BE and CE. RGB value is (246,190,206). Sum of RGB (Red+Green+Blue) = 246+190+206=642 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.32% from 642); Green value is 190 (74.61% from 255 or 29.60% from 642); Blue value is 206 (80.86% from 255 or 32.09% from 642); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BECE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BECE is #094131. Grayscale: #D0D0D0. Windows color (decimal): -606514 or 13549302. OLE color: 13549302.

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

Color convert

RGB 246 190 206 -
CMYK 0 0.23 0.16 0.04
HSL 342.86º 0.76% 0.85% -
HSV(B) 342.86º 0.23% 0.96% -
XYZ 67.56 60.88 66.58 -
YUV 208.57 126.55 154.7 -
System Red Green Blue C M Y K H S L
Decimal 246 190 206 0 0.23 0.16 0.04 342.86 0.76 0.85
Hex F6 BE CE 0 17 10 4 157 4C 55
Octal 366 276 316 0 27 20 4 527 114 125
Binary 11110110 10111110 11001110 0 10111 10000 100 101010111 1001100 1010101

Color Harmonies of #F6BECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BECE

Black with #F6BECE

Text Example


Text Example

White with #F6BECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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