#F0BDCC

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

Shades of Chantilly #F0BDCC

Tints of Chantilly #F0BDCC

Color information

#F0BDCC (or 0xF0BDCC) is unknown color: approx Chantilly. HEX triplet: F0, BD and CC. RGB value is (240,189,204). Sum of RGB (Red+Green+Blue) = 240+189+204=633 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.91% from 633); Green value is 189 (74.22% from 255 or 29.86% from 633); Blue value is 204 (80.08% from 255 or 32.23% from 633); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BDCC is #0F4233. Grayscale: #CDCDCD. Windows color (decimal): -999988 or 13417968. OLE color: 13417968.

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

Color convert

RGB240189204-
CMYK00.210.150.06
HSL342.35º62.96%84.12%-
HSV(B)342.35º21.25%94.12%-
XYZ65.0359.2865.14-
YUV205.96126.9152.28-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.91%
GREEN value IS 189 (74.22% from 255) = 29.86%
BLUE value IS 204 (80.08% from 255) = 32.23%
R=37.91%
G=29.86%
B=32.23%

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
Decimal24018920400.210.150.06342.3562.9684.12
HexF0BDCC015F61563f54
Octal36027531402517652677124
Binary11110000101111011100110001010111111101010101101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BDCC; }

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

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

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

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

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

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

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

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