Html Css Color HEX #F6BDCF Chantilly

📋 copy color: '#F6BDCF'

red 246 ◦ green 189 ◦ blue 207

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

Shades of Chantilly #F6BDCF

Tints of Chantilly #F6BDCF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.44%

 BLUE value IS 207 (81.25% from 255) = 32.24%

R = 38.32%
G = 29.44%
B = 32.24%

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

#F6BDCF (or 0xF6BDCF) is known color: Chantilly. HEX triplet: F6, BD and CF. RGB value is (246,189,207). Sum of RGB (Red+Green+Blue) = 246+189+207=642 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.32% from 642); Green value is 189 (74.22% from 255 or 29.44% from 642); Blue value is 207 (81.25% from 255 or 32.24% from 642); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BDCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BDCF is #094230. Grayscale: #D0D0D0. Windows color (decimal): -606769 or 13614582. OLE color: 13614582.

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

Color convert

RGB 246 189 207 -
CMYK 0 0.23 0.16 0.04
HSL 341.05º 0.76% 0.85% -
HSV(B) 341.05º 0.23% 0.96% -
XYZ 67.47 60.49 67.15 -
YUV 208.1 127.38 155.04 -
System Red Green Blue C M Y K H S L
Decimal 246 189 207 0 0.23 0.16 0.04 341.05 0.76 0.85
Hex F6 BD CF 0 17 10 4 155 4C 55
Octal 366 275 317 0 27 20 4 525 114 125
Binary 11110110 10111101 11001111 0 10111 10000 100 101010101 1001100 1010101

Color Harmonies of #F6BDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BDCF

Black with #F6BDCF

Text Example


Text Example

White with #F6BDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BDCF; }

 p { color: rgb(246,189,207); }

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

background-color css

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

 a { background-color: rgb(246,189,207); }

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

border-color css

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

 span { border-color: rgb(246,189,207); }

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