#F0B9C2

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

Shades of Chantilly #F0B9C2

Tints of Chantilly #F0B9C2

Color information

#F0B9C2 (or 0xF0B9C2) is unknown color: approx Chantilly. HEX triplet: F0, B9 and C2. RGB value is (240,185,194). Sum of RGB (Red+Green+Blue) = 240+185+194=619 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.77% from 619); Green value is 185 (72.66% from 255 or 29.89% from 619); Blue value is 194 (76.17% from 255 or 31.34% from 619); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B9C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B9C2 is #0F463D. Grayscale: #CACACA. Windows color (decimal): -1001022 or 12761584. OLE color: 12761584.

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

Color convert

RGB240185194-
CMYK00.230.190.06
HSL350.18º64.71%83.33%-
HSV(B)350.18º22.92%94.12%-
XYZ63.0257.1258.74-
YUV202.47123.22154.77-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.77%
GREEN value IS 185 (72.66% from 255) = 29.89%
BLUE value IS 194 (76.17% from 255) = 31.34%
R=38.77%
G=29.89%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018519400.230.190.06350.1864.7183.33
HexF0B9C201713615e4153
Octal360271302027236536101123
Binary1111000010111001110000100101111001111010101111010000011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B9C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B9C2; }

 p { color: rgb(240,185,194); }

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

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

 a { background-color: rgb(240,185,194); }

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

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

 span { border-color: rgb(240,185,194); }

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