#F1BDD1

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

Shades of Chantilly #F1BDD1

Tints of Chantilly #F1BDD1

Color information

#F1BDD1 (or 0xF1BDD1) is unknown color: approx Chantilly. HEX triplet: F1, BD and D1. RGB value is (241,189,209). Sum of RGB (Red+Green+Blue) = 241+189+209=639 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.72% from 639); Green value is 189 (74.22% from 255 or 29.58% from 639); Blue value is 209 (82.03% from 255 or 32.71% from 639); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BDD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BDD1 is #0E422E. Grayscale: #CECECE. Windows color (decimal): -934447 or 13745649. OLE color: 13745649.

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

Color convert

RGB241189209-
CMYK00.220.130.05
HSL336.92º65%84.31%-
HSV(B)336.92º21.58%94.51%-
XYZ65.9859.768.37-
YUV206.83129.23152.37-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.72%
GREEN value IS 189 (74.22% from 255) = 29.58%
BLUE value IS 209 (82.03% from 255) = 32.71%
R=37.72%
G=29.58%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118920900.220.130.05336.926584.31
HexF1BDD1016D51514154
Octal361275321026155521101124
Binary111100011011110111010001010110110110110101000110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BDD1; }

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

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

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

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

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

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

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

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