#F1BCC6

Color #F1BCC6 Chantilly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chantilly #F1BCC6

Tints of Chantilly #F1BCC6

Color information

#F1BCC6 (or 0xF1BCC6) is unknown color: approx Chantilly. HEX triplet: F1, BC and C6. RGB value is (241,188,198). Sum of RGB (Red+Green+Blue) = 241+188+198=627 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.44% from 627); Green value is 188 (73.83% from 255 or 29.98% from 627); Blue value is 198 (77.73% from 255 or 31.58% from 627); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BCC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BCC6 is #0E4339. Grayscale: #CCCCCC. Windows color (decimal): -934714 or 13024497. OLE color: 13024497.

HSL color Cylindrical-coordinate representation of color #F1BCC6: hue angle of 348.68º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F1BCC6 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB241188198-
CMYK00.220.180.05
HSL348.68º65.43%84.12%-
HSV(B)348.68º21.99%94.51%-
XYZ64.4558.7461.37-
YUV204.99124.06153.69-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.44%
GREEN value IS 188 (73.83% from 255) = 29.98%
BLUE value IS 198 (77.73% from 255) = 31.58%
R=38.44%
G=29.98%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118819800.220.180.05348.6865.4384.12
HexF1BCC601612515d4154
Octal361274306026225535101124
Binary1111000110111100110001100101101001010110101110110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BCC6; }

 p { color: rgb(241,188,198); }

 H1.HeaderClassName
 {
   color: #F1BCC6;
 }
 .AnyTagClassName
 {
   color: #F1BCC6;
 }
</style>
background-color css

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

 a { background-color: rgb(241,188,198); }

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

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

 span { border-color: rgb(241,188,198); }

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