#F0BACB

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

Shades of Chantilly #F0BACB

Tints of Chantilly #F0BACB

Color information

#F0BACB (or 0xF0BACB) is unknown color: approx Chantilly. HEX triplet: F0, BA and CB. RGB value is (240,186,203). Sum of RGB (Red+Green+Blue) = 240+186+203=629 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.16% from 629); Green value is 186 (73.05% from 255 or 29.57% from 629); Blue value is 203 (79.69% from 255 or 32.27% from 629); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BACB is #0F4534. Grayscale: #CCCCCC. Windows color (decimal): -1000757 or 13351664. OLE color: 13351664.

HSL color Cylindrical-coordinate representation of color #F0BACB: hue angle of 341.11º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0BACB is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB240186203-
CMYK00.220.150.06
HSL341.11º64.29%83.53%-
HSV(B)341.11º22.5%94.12%-
XYZ64.2757.9564.3-
YUV204.08127.39153.62-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.16%
GREEN value IS 186 (73.05% from 255) = 29.57%
BLUE value IS 203 (79.69% from 255) = 32.27%
R=38.16%
G=29.57%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018620300.220.150.06341.1164.2983.53
HexF0BACB016F61554054
Octal360272313026176525100124
Binary111100001011101011001011010110111111010101010110000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BACB; }

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

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

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

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

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

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

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

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