#F0B7C9

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

Shades of Chantilly #F0B7C9

Tints of Chantilly #F0B7C9

Color information

#F0B7C9 (or 0xF0B7C9) is unknown color: approx Chantilly. HEX triplet: F0, B7 and C9. RGB value is (240,183,201). Sum of RGB (Red+Green+Blue) = 240+183+201=624 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.46% from 624); Green value is 183 (71.88% from 255 or 29.33% from 624); Blue value is 201 (78.91% from 255 or 32.21% from 624); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B7C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B7C9 is #0F4836. Grayscale: #CACACA. Windows color (decimal): -1001527 or 13219824. OLE color: 13219824.

HSL color Cylindrical-coordinate representation of color #F0B7C9: hue angle of 341.05º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F0B7C9 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB240183201-
CMYK00.240.160.06
HSL341.05º65.52%82.94%-
HSV(B)341.05º23.75%94.12%-
XYZ63.4156.6162.84-
YUV202.09127.38155.04-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.46%
GREEN value IS 183 (71.88% from 255) = 29.33%
BLUE value IS 201 (78.91% from 255) = 32.21%
R=38.46%
G=29.33%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018320100.240.160.06341.0565.5282.94
HexF0B7C90181061554253
Octal360267311030206525102123
Binary1111000010110111110010010110001000011010101010110000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B7C9; }

 p { color: rgb(240,183,201); }

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

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

 a { background-color: rgb(240,183,201); }

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

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

 span { border-color: rgb(240,183,201); }

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