#F1BAD0

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

Shades of Chantilly #F1BAD0

Tints of Chantilly #F1BAD0

Color information

#F1BAD0 (or 0xF1BAD0) is unknown color: approx Chantilly. HEX triplet: F1, BA and D0. RGB value is (241,186,208). Sum of RGB (Red+Green+Blue) = 241+186+208=635 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.95% from 635); Green value is 186 (73.05% from 255 or 29.29% from 635); Blue value is 208 (81.64% from 255 or 32.76% from 635); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BAD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BAD0 is #0E452F. Grayscale: #CCCCCC. Windows color (decimal): -935216 or 13679345. OLE color: 13679345.

HSL color Cylindrical-coordinate representation of color #F1BAD0: hue angle of 336º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F1BAD0 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB241186208-
CMYK00.230.140.05
HSL336º66.27%83.73%-
HSV(B)336º22.82%94.51%-
XYZ65.2258.3767.5-
YUV204.95129.72153.71-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.95%
GREEN value IS 186 (73.05% from 255) = 29.29%
BLUE value IS 208 (81.64% from 255) = 32.76%
R=37.95%
G=29.29%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118620800.230.140.0533666.2783.73
HexF1BAD0017E51504254
Octal361272320027165520102124
Binary111100011011101011010000010111111010110101000010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BAD0; }

 p { color: rgb(241,186,208); }

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

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

 a { background-color: rgb(241,186,208); }

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

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

 span { border-color: rgb(241,186,208); }

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