#F1BBC8

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

Shades of Chantilly #F1BBC8

Tints of Chantilly #F1BBC8

Color information

#F1BBC8 (or 0xF1BBC8) is unknown color: approx Chantilly. HEX triplet: F1, BB and C8. RGB value is (241,187,200). Sum of RGB (Red+Green+Blue) = 241+187+200=628 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.38% from 628); Green value is 187 (73.44% from 255 or 29.78% from 628); Blue value is 200 (78.52% from 255 or 31.85% from 628); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BBC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BBC8 is #0E4437. Grayscale: #CCCCCC. Windows color (decimal): -934968 or 13155313. OLE color: 13155313.

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

Color convert

RGB241187200-
CMYK00.220.170.05
HSL345.56º65.85%83.92%-
HSV(B)345.56º22.41%94.51%-
XYZ64.4758.4162.52-
YUV204.63125.39153.94-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.38%
GREEN value IS 187 (73.44% from 255) = 29.78%
BLUE value IS 200 (78.52% from 255) = 31.85%
R=38.38%
G=29.78%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118720000.220.170.05345.5665.8583.92
HexF1BBC801611515a4254
Octal361273310026215532102124
Binary1111000110111011110010000101101000110110101101010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BBC8; }

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

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

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

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

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

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

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

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