#F0BECD

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

Shades of Chantilly #F0BECD

Tints of Chantilly #F0BECD

Color information

#F0BECD (or 0xF0BECD) is unknown color: approx Chantilly. HEX triplet: F0, BE and CD. RGB value is (240,190,205). Sum of RGB (Red+Green+Blue) = 240+190+205=635 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.80% from 635); Green value is 190 (74.61% from 255 or 29.92% from 635); Blue value is 205 (80.47% from 255 or 32.28% from 635); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BECD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BECD is #0F4132. Grayscale: #CECECE. Windows color (decimal): -999731 or 13483760. OLE color: 13483760.

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

Color convert

RGB240190205-
CMYK00.210.150.06
HSL342º62.5%84.31%-
HSV(B)342º20.83%94.12%-
XYZ65.3759.7665.85-
YUV206.66127.06151.78-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.80%
GREEN value IS 190 (74.61% from 255) = 29.92%
BLUE value IS 205 (80.47% from 255) = 32.28%
R=37.80%
G=29.92%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019020500.210.150.0634262.584.31
HexF0BECD015F61563e54
Octal36027631502517652676124
Binary11110000101111101100110101010111111101010101101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BECD; }

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

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

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

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

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

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

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

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