#F0BDC7

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

Shades of Chantilly #F0BDC7

Tints of Chantilly #F0BDC7

Color information

#F0BDC7 (or 0xF0BDC7) is unknown color: approx Chantilly. HEX triplet: F0, BD and C7. RGB value is (240,189,199). Sum of RGB (Red+Green+Blue) = 240+189+199=628 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.22% from 628); Green value is 189 (74.22% from 255 or 30.10% from 628); Blue value is 199 (78.12% from 255 or 31.69% from 628); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BDC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BDC7 is #0F4238. Grayscale: #CDCDCD. Windows color (decimal): -999993 or 13090288. OLE color: 13090288.

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

Color convert

RGB240189199-
CMYK00.210.170.06
HSL348.24º62.96%84.12%-
HSV(B)348.24º21.25%94.12%-
XYZ64.4459.0462.03-
YUV205.39124.4152.69-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.22%
GREEN value IS 189 (74.22% from 255) = 30.10%
BLUE value IS 199 (78.12% from 255) = 31.69%
R=38.22%
G=30.10%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018919900.210.170.06348.2462.9684.12
HexF0BDC701511615c3f54
Octal36027530702521653477124
Binary111100001011110111000111010101100011101010111001111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BDC7; }

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

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

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

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

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

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

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

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