#F1BDCF

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

Shades of Chantilly #F1BDCF

Tints of Chantilly #F1BDCF

Color information

#F1BDCF (or 0xF1BDCF) is unknown color: approx Chantilly. HEX triplet: F1, BD and CF. RGB value is (241,189,207). Sum of RGB (Red+Green+Blue) = 241+189+207=637 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.83% from 637); Green value is 189 (74.22% from 255 or 29.67% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BDCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BDCF is #0E4230. Grayscale: #CECECE. Windows color (decimal): -934449 or 13614577. OLE color: 13614577.

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

Color convert

RGB241189207-
CMYK00.220.140.05
HSL339.23º65%84.31%-
HSV(B)339.23º21.58%94.51%-
XYZ65.7459.667.07-
YUV206.6128.23152.54-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.83%
GREEN value IS 189 (74.22% from 255) = 29.67%
BLUE value IS 207 (81.25% from 255) = 32.50%
R=37.83%
G=29.67%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118920700.220.140.05339.236584.31
HexF1BDCF016E51534154
Octal361275317026165523101124
Binary111100011011110111001111010110111010110101001110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BDCF; }

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

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

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

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

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

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

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

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