#F0BDCF

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

Shades of Chantilly #F0BDCF

Tints of Chantilly #F0BDCF

Color information

#F0BDCF (or 0xF0BDCF) is unknown color: approx Chantilly. HEX triplet: F0, BD and CF. RGB value is (240,189,207). Sum of RGB (Red+Green+Blue) = 240+189+207=636 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.74% from 636); Green value is 189 (74.22% from 255 or 29.72% from 636); Blue value is 207 (81.25% from 255 or 32.55% from 636); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BDCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BDCF is #0F4230. Grayscale: #CECECE. Windows color (decimal): -999985 or 13614576. OLE color: 13614576.

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

Color convert

RGB240189207-
CMYK00.210.140.06
HSL338.82º62.96%84.12%-
HSV(B)338.82º21.25%94.12%-
XYZ65.459.4367.06-
YUV206.3128.4152.04-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.74%
GREEN value IS 189 (74.22% from 255) = 29.72%
BLUE value IS 207 (81.25% from 255) = 32.55%
R=37.74%
G=29.72%
B=32.55%

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
Decimal24018920700.210.140.06338.8262.9684.12
HexF0BDCF015E61533f54
Octal36027531702516652377124
Binary11110000101111011100111101010111101101010100111111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BDCF; }

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

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

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

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

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

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

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

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