#F0B9D0

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

Shades of Chantilly #F0B9D0

Tints of Chantilly #F0B9D0

Color information

#F0B9D0 (or 0xF0B9D0) is unknown color: approx Chantilly. HEX triplet: F0, B9 and D0. RGB value is (240,185,208). Sum of RGB (Red+Green+Blue) = 240+185+208=633 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.91% from 633); Green value is 185 (72.66% from 255 or 29.23% from 633); Blue value is 208 (81.64% from 255 or 32.86% from 633); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B9D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B9D0 is #0F462F. Grayscale: #CCCCCC. Windows color (decimal): -1001008 or 13679088. OLE color: 13679088.

HSL color Cylindrical-coordinate representation of color #F0B9D0: hue angle of 334.91º 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 #F0B9D0 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB240185208-
CMYK00.230.130.06
HSL334.91º64.71%83.33%-
HSV(B)334.91º22.92%94.12%-
XYZ64.6757.7867.42-
YUV204.07130.22153.63-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.91%
GREEN value IS 185 (72.66% from 255) = 29.23%
BLUE value IS 208 (81.64% from 255) = 32.86%
R=37.91%
G=29.23%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018520800.230.130.06334.9164.7183.33
HexF0B9D0017D614f4153
Octal360271320027156517101123
Binary111100001011100111010000010111110111010100111110000011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B9D0; }

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

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

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

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

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

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

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

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