#f0bdcb

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

Shades of Chantilly #F0BDCB

Tints of Chantilly #F0BDCB

Color information

#F0BDCB (or 0xF0BDCB) is unknown color: approx Chantilly. HEX triplet: F0, BD and CB. RGB value is (240,189,203). Sum of RGB (Red+Green+Blue) = 240+189+203=632 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.97% from 632); Green value is 189 (74.22% from 255 or 29.91% from 632); Blue value is 203 (79.69% from 255 or 32.12% from 632); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BDCB is #0F4234. Grayscale: #CDCDCD. Windows color (decimal): -999989 or 13352432. OLE color: 13352432.

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

Color convert

RGB240189203-
CMYK00.210.150.06
HSL343.53º62.96%84.12%-
HSV(B)343.53º21.25%94.12%-
XYZ64.9159.2364.51-
YUV205.84126.4152.36-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.97%
GREEN value IS 189 (74.22% from 255) = 29.91%
BLUE value IS 203 (79.69% from 255) = 32.12%
R=37.97%
G=29.91%
B=32.12%

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
Decimal24018920300.210.150.06343.5362.9684.12
HexF0BDCB015F61583f54
Octal36027531302517653077124
Binary11110000101111011100101101010111111101010110001111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f0bdcb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f0bdcb; }

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

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

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

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

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

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

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

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