#F1BDC7

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

Shades of Chantilly #F1BDC7

Tints of Chantilly #F1BDC7

Color information

#F1BDC7 (or 0xF1BDC7) is unknown color: approx Chantilly. HEX triplet: F1, BD and C7. RGB value is (241,189,199). Sum of RGB (Red+Green+Blue) = 241+189+199=629 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.31% from 629); Green value is 189 (74.22% from 255 or 30.05% from 629); Blue value is 199 (78.12% from 255 or 31.64% from 629); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BDC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BDC7 is #0E4238. Grayscale: #CDCDCD. Windows color (decimal): -934457 or 13090289. OLE color: 13090289.

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

Color convert

RGB241189199-
CMYK00.220.170.05
HSL348.46º65%84.31%-
HSV(B)348.46º21.58%94.51%-
XYZ64.7859.2262.05-
YUV205.69124.23153.19-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.31%
GREEN value IS 189 (74.22% from 255) = 30.05%
BLUE value IS 199 (78.12% from 255) = 31.64%
R=38.31%
G=30.05%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118919900.220.170.05348.466584.31
HexF1BDC701611515c4154
Octal361275307026215534101124
Binary1111000110111101110001110101101000110110101110010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BDC7; }

 p { color: rgb(241,189,199); }

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

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

 a { background-color: rgb(241,189,199); }

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

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

 span { border-color: rgb(241,189,199); }

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