#F0BED1

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

Shades of Chantilly #F0BED1

Tints of Chantilly #F0BED1

Color information

#F0BED1 (or 0xF0BED1) is unknown color: approx Chantilly. HEX triplet: F0, BE and D1. RGB value is (240,190,209). Sum of RGB (Red+Green+Blue) = 240+190+209=639 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.56% from 639); Green value is 190 (74.61% from 255 or 29.73% from 639); Blue value is 209 (82.03% from 255 or 32.71% from 639); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BED1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BED1 is #0F412E. Grayscale: #CFCFCF. Windows color (decimal): -999727 or 13745904. OLE color: 13745904.

HSL color Cylindrical-coordinate representation of color #F0BED1: hue angle of 337.2º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0BED1 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB240190209-
CMYK00.210.130.06
HSL337.2º62.5%84.31%-
HSV(B)337.2º20.83%94.12%-
XYZ65.8659.9668.42-
YUV207.12129.06151.46-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.56%
GREEN value IS 190 (74.61% from 255) = 29.73%
BLUE value IS 209 (82.03% from 255) = 32.71%
R=37.56%
G=29.73%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019020900.210.130.06337.262.584.31
HexF0BED1015D61513e54
Octal36027632102515652176124
Binary11110000101111101101000101010111011101010100011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BED1; }

 p { color: rgb(240,190,209); }

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

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

 a { background-color: rgb(240,190,209); }

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

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

 span { border-color: rgb(240,190,209); }

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