#F1BDCC

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

Shades of Chantilly #F1BDCC

Tints of Chantilly #F1BDCC

Color information

#F1BDCC (or 0xF1BDCC) is unknown color: approx Chantilly. HEX triplet: F1, BD and CC. RGB value is (241,189,204). Sum of RGB (Red+Green+Blue) = 241+189+204=634 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.01% from 634); Green value is 189 (74.22% from 255 or 29.81% from 634); Blue value is 204 (80.08% from 255 or 32.18% from 634); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BDCC is #0E4233. Grayscale: #CECECE. Windows color (decimal): -934452 or 13417969. OLE color: 13417969.

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

Color convert

RGB241189204-
CMYK00.220.150.05
HSL342.69º65%84.31%-
HSV(B)342.69º21.58%94.51%-
XYZ65.3759.4665.16-
YUV206.26126.73152.78-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.01%
GREEN value IS 189 (74.22% from 255) = 29.81%
BLUE value IS 204 (80.08% from 255) = 32.18%
R=38.01%
G=29.81%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118920400.220.150.05342.696584.31
HexF1BDCC016F51574154
Octal361275314026175527101124
Binary111100011011110111001100010110111110110101011110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BDCC; }

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

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

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

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

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

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

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

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