#F0BACF

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

Shades of Chantilly #F0BACF

Tints of Chantilly #F0BACF

Color information

#F0BACF (or 0xF0BACF) is unknown color: approx Chantilly. HEX triplet: F0, BA and CF. RGB value is (240,186,207). Sum of RGB (Red+Green+Blue) = 240+186+207=633 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.91% from 633); Green value is 186 (73.05% from 255 or 29.38% from 633); Blue value is 207 (81.25% from 255 or 32.70% from 633); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BACF is #0F4530. Grayscale: #CCCCCC. Windows color (decimal): -1000753 or 13613808. OLE color: 13613808.

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

Color convert

RGB240186207-
CMYK00.220.140.06
HSL336.67º64.29%83.53%-
HSV(B)336.67º22.5%94.12%-
XYZ64.7658.1566.84-
YUV204.54129.39153.29-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.91%
GREEN value IS 186 (73.05% from 255) = 29.38%
BLUE value IS 207 (81.25% from 255) = 32.70%
R=37.91%
G=29.38%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018620700.220.140.06336.6764.2983.53
HexF0BACF016E61514054
Octal360272317026166521100124
Binary111100001011101011001111010110111011010101000110000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BACF; }

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

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

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

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

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

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

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

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