#F1C0CF

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

Shades of Chantilly #F1C0CF

Tints of Chantilly #F1C0CF

Color information

#F1C0CF (or 0xF1C0CF) is unknown color: approx Chantilly. HEX triplet: F1, C0 and CF. RGB value is (241,192,207). Sum of RGB (Red+Green+Blue) = 241+192+207=640 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.66% from 640); Green value is 192 (75.39% from 255 or 30% from 640); Blue value is 207 (81.25% from 255 or 32.34% from 640); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C0CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C0CF is #0E3F30. Grayscale: #D0D0D0. Windows color (decimal): -933681 or 13615345. OLE color: 13615345.

HSL color Cylindrical-coordinate representation of color #F1C0CF: hue angle of 341.63º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F1C0CF is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB241192207-
CMYK00.200.140.05
HSL341.63º63.64%84.9%-
HSV(B)341.63º20.33%94.51%-
XYZ66.3960.9167.29-
YUV208.36127.23151.28-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.66%
GREEN value IS 192 (75.39% from 255) = 30%
BLUE value IS 207 (81.25% from 255) = 32.34%
R=37.66%
G=30%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119220700.200.140.05341.6363.6484.9
HexF1C0CF014E51564055
Octal361300317024165526100125
Binary111100011100000011001111010100111010110101011010000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C0CF; }

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

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

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

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

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

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

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

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