#F1B7CF

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

Shades of Chantilly #F1B7CF

Tints of Chantilly #F1B7CF

Color information

#F1B7CF (or 0xF1B7CF) is unknown color: approx Chantilly. HEX triplet: F1, B7 and CF. RGB value is (241,183,207). Sum of RGB (Red+Green+Blue) = 241+183+207=631 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.19% from 631); Green value is 183 (71.88% from 255 or 29.00% from 631); Blue value is 207 (81.25% from 255 or 32.81% from 631); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B7CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B7CF is #0E4830. Grayscale: #CBCBCB. Windows color (decimal): -935985 or 13613041. OLE color: 13613041.

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

Color convert

RGB241183207-
CMYK00.240.140.05
HSL335.17º67.44%83.14%-
HSV(B)335.17º24.07%94.51%-
XYZ64.4757.0766.65-
YUV203.08130.22155.05-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.19%
GREEN value IS 183 (71.88% from 255) = 29.00%
BLUE value IS 207 (81.25% from 255) = 32.81%
R=38.19%
G=29.00%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118320700.240.140.05335.1767.4483.14
HexF1B7CF018E514f4353
Octal361267317030165517103123
Binary111100011011011111001111011000111010110100111110000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B7CF; }

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

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

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

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

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

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

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

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