#f1bbcd

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

Shades of Chantilly #F1BBCD

Tints of Chantilly #F1BBCD

Color information

#F1BBCD (or 0xF1BBCD) is unknown color: approx Chantilly. HEX triplet: F1, BB and CD. RGB value is (241,187,205). Sum of RGB (Red+Green+Blue) = 241+187+205=633 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.07% from 633); Green value is 187 (73.44% from 255 or 29.54% from 633); Blue value is 205 (80.47% from 255 or 32.39% from 633); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BBCD is #0E4432. Grayscale: #CDCDCD. Windows color (decimal): -934963 or 13482993. OLE color: 13482993.

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

Color convert

RGB241187205-
CMYK00.220.150.05
HSL340º65.85%83.92%-
HSV(B)340º22.41%94.51%-
XYZ65.0758.6565.65-
YUV205.2127.89153.54-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.07%
GREEN value IS 187 (73.44% from 255) = 29.54%
BLUE value IS 205 (80.47% from 255) = 32.39%
R=38.07%
G=29.54%
B=32.39%

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
Decimal24118720500.220.150.0534065.8583.92
HexF1BBCD016F51544254
Octal361273315026175524102124
Binary111100011011101111001101010110111110110101010010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f1bbcd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f1bbcd; }

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

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

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

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

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

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

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

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