#F0BECF

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

Shades of Chantilly #F0BECF

Tints of Chantilly #F0BECF

Color information

#F0BECF (or 0xF0BECF) is unknown color: approx Chantilly. HEX triplet: F0, BE and CF. RGB value is (240,190,207). Sum of RGB (Red+Green+Blue) = 240+190+207=637 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.68% from 637); Green value is 190 (74.61% from 255 or 29.83% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BECF is #0F4130. Grayscale: #CECECE. Windows color (decimal): -999729 or 13614832. OLE color: 13614832.

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

Color convert

RGB240190207-
CMYK00.210.140.06
HSL339.6º62.5%84.31%-
HSV(B)339.6º20.83%94.12%-
XYZ65.6159.8667.13-
YUV206.89128.06151.62-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.68%
GREEN value IS 190 (74.61% from 255) = 29.83%
BLUE value IS 207 (81.25% from 255) = 32.50%
R=37.68%
G=29.83%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019020700.210.140.06339.662.584.31
HexF0BECF015E61543e54
Octal36027631702516652476124
Binary11110000101111101100111101010111101101010101001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BECF; }

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

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

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

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

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

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

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

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