#F1B9CF

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

Shades of Chantilly #F1B9CF

Tints of Chantilly #F1B9CF

Color information

#F1B9CF (or 0xF1B9CF) is unknown color: approx Chantilly. HEX triplet: F1, B9 and CF. RGB value is (241,185,207). Sum of RGB (Red+Green+Blue) = 241+185+207=633 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.07% from 633); Green value is 185 (72.66% from 255 or 29.23% from 633); Blue value is 207 (81.25% from 255 or 32.70% from 633); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B9CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B9CF is #0E4630. Grayscale: #CCCCCC. Windows color (decimal): -935473 or 13613553. OLE color: 13613553.

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

Color convert

RGB241185207-
CMYK00.230.140.05
HSL336.43º66.67%83.53%-
HSV(B)336.43º23.24%94.51%-
XYZ64.8957.966.79-
YUV204.25129.55154.21-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.07%
GREEN value IS 185 (72.66% from 255) = 29.23%
BLUE value IS 207 (81.25% from 255) = 32.70%
R=38.07%
G=29.23%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118520700.230.140.05336.4366.6783.53
HexF1B9CF017E51504354
Octal361271317027165520103124
Binary111100011011100111001111010111111010110101000010000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B9CF; }

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

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

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

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

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

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

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

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