#F1B7CD

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

Shades of Chantilly #F1B7CD

Tints of Chantilly #F1B7CD

Color information

#F1B7CD (or 0xF1B7CD) is unknown color: approx Chantilly. HEX triplet: F1, B7 and CD. RGB value is (241,183,205). Sum of RGB (Red+Green+Blue) = 241+183+205=629 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.31% from 629); Green value is 183 (71.88% from 255 or 29.09% from 629); Blue value is 205 (80.47% from 255 or 32.59% from 629); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B7CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B7CD is #0E4832. Grayscale: #CACACA. Windows color (decimal): -935987 or 13481969. OLE color: 13481969.

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

Color convert

RGB241183205-
CMYK00.240.150.05
HSL337.24º67.44%83.14%-
HSV(B)337.24º24.07%94.51%-
XYZ64.2356.9865.37-
YUV202.85129.22155.21-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.31%
GREEN value IS 183 (71.88% from 255) = 29.09%
BLUE value IS 205 (80.47% from 255) = 32.59%
R=38.31%
G=29.09%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118320500.240.150.05337.2467.4483.14
HexF1B7CD018F51514353
Octal361267315030175521103123
Binary111100011011011111001101011000111110110101000110000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B7CD; }

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

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

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

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

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

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

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

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