#F1BEC8

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

Shades of Chantilly #F1BEC8

Tints of Chantilly #F1BEC8

Color information

#F1BEC8 (or 0xF1BEC8) is unknown color: approx Chantilly. HEX triplet: F1, BE and C8. RGB value is (241,190,200). Sum of RGB (Red+Green+Blue) = 241+190+200=631 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.19% from 631); Green value is 190 (74.61% from 255 or 30.11% from 631); Blue value is 200 (78.52% from 255 or 31.70% from 631); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BEC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BEC8 is #0E4137. Grayscale: #CECECE. Windows color (decimal): -934200 or 13156081. OLE color: 13156081.

HSL color Cylindrical-coordinate representation of color #F1BEC8: hue angle of 348.24º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F1BEC8 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB241190200-
CMYK00.210.170.05
HSL348.24º64.56%84.51%-
HSV(B)348.24º21.16%94.51%-
XYZ65.1159.762.73-
YUV206.39124.4152.69-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.19%
GREEN value IS 190 (74.61% from 255) = 30.11%
BLUE value IS 200 (78.52% from 255) = 31.70%
R=38.19%
G=30.11%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119020000.210.170.05348.2464.5684.51
HexF1BEC801511515c4155
Octal361276310025215534101125
Binary1111000110111110110010000101011000110110101110010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BEC8; }

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

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

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

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

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

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

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

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