#F1BBCF

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

Shades of Chantilly #F1BBCF

Tints of Chantilly #F1BBCF

Color information

#F1BBCF (or 0xF1BBCF) is unknown color: approx Chantilly. HEX triplet: F1, BB and CF. RGB value is (241,187,207). Sum of RGB (Red+Green+Blue) = 241+187+207=635 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.95% from 635); Green value is 187 (73.44% from 255 or 29.45% from 635); Blue value is 207 (81.25% from 255 or 32.60% from 635); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BBCF is #0E4430. Grayscale: #CDCDCD. Windows color (decimal): -934961 or 13614065. OLE color: 13614065.

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

Color convert

RGB241187207-
CMYK00.220.140.05
HSL337.78º65.85%83.92%-
HSV(B)337.78º22.41%94.51%-
XYZ65.3158.7566.93-
YUV205.43128.89153.37-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.95%
GREEN value IS 187 (73.44% from 255) = 29.45%
BLUE value IS 207 (81.25% from 255) = 32.60%
R=37.95%
G=29.45%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118720700.220.140.05337.7865.8583.92
HexF1BBCF016E51524254
Octal361273317026165522102124
Binary111100011011101111001111010110111010110101001010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BBCF; }

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

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

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

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

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

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

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

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