Html Css Color HEX #F6BBCD Chantilly

📋 copy color: '#F6BBCD'

red 246 ◦ green 187 ◦ blue 205

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

Shades of Chantilly #F6BBCD

Tints of Chantilly #F6BBCD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.31%

 BLUE value IS 205 (80.47% from 255) = 32.13%

R = 38.56%
G = 29.31%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F6BBCD (or 0xF6BBCD) is known color: Chantilly. HEX triplet: F6, BB and CD. RGB value is (246,187,205). Sum of RGB (Red+Green+Blue) = 246+187+205=638 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.56% from 638); Green value is 187 (73.44% from 255 or 29.31% from 638); Blue value is 205 (80.47% from 255 or 32.13% from 638); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BBCD is #094432. Grayscale: #CECECE. Windows color (decimal): -607283 or 13482998. OLE color: 13482998.

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

Color convert

RGB 246 187 205 -
CMYK 0 0.24 0.17 0.04
HSL 341.69º 0.77% 0.85% -
HSV(B) 341.69º 0.24% 0.96% -
XYZ 66.8 59.54 65.73 -
YUV 206.69 127.05 156.04 -
System Red Green Blue C M Y K H S L
Decimal 246 187 205 0 0.24 0.17 0.04 341.69 0.77 0.85
Hex F6 BB CD 0 18 11 4 156 4D 55
Octal 366 273 315 0 30 21 4 526 115 125
Binary 11110110 10111011 11001101 0 11000 10001 100 101010110 1001101 1010101

Color Harmonies of #F6BBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BBCD

Black with #F6BBCD

Text Example


Text Example

White with #F6BBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BBCD; }

 p { color: rgb(246,187,205); }

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

background-color css

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

 a { background-color: rgb(246,187,205); }

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

border-color css

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

 span { border-color: rgb(246,187,205); }

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