#F1BFCD

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

Shades of Chantilly #F1BFCD

Tints of Chantilly #F1BFCD

Color information

#F1BFCD (or 0xF1BFCD) is unknown color: approx Chantilly. HEX triplet: F1, BF and CD. RGB value is (241,191,205). Sum of RGB (Red+Green+Blue) = 241+191+205=637 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.83% from 637); Green value is 191 (75% from 255 or 29.98% from 637); Blue value is 205 (80.47% from 255 or 32.18% from 637); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BFCD is #0E4032. Grayscale: #CFCFCF. Windows color (decimal): -933939 or 13484017. OLE color: 13484017.

HSL color Cylindrical-coordinate representation of color #F1BFCD: hue angle of 343.2º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F1BFCD is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB241191205-
CMYK00.210.150.05
HSL343.2º64.1%84.71%-
HSV(B)343.2º20.75%94.51%-
XYZ65.9360.3765.94-
YUV207.55126.56151.86-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.83%
GREEN value IS 191 (75% from 255) = 29.98%
BLUE value IS 205 (80.47% from 255) = 32.18%
R=37.83%
G=29.98%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119120500.210.150.05343.264.184.71
HexF1BFCD015F51574055
Octal361277315025175527100125
Binary111100011011111111001101010101111110110101011110000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BFCD; }

 p { color: rgb(241,191,205); }

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

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

 a { background-color: rgb(241,191,205); }

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

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

 span { border-color: rgb(241,191,205); }

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