#F0BACE

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

Shades of Chantilly #F0BACE

Tints of Chantilly #F0BACE

Color information

#F0BACE (or 0xF0BACE) is unknown color: approx Chantilly. HEX triplet: F0, BA and CE. RGB value is (240,186,206). Sum of RGB (Red+Green+Blue) = 240+186+206=632 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.97% from 632); Green value is 186 (73.05% from 255 or 29.43% from 632); Blue value is 206 (80.86% from 255 or 32.59% from 632); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BACE is #0F4531. Grayscale: #CCCCCC. Windows color (decimal): -1000754 or 13548272. OLE color: 13548272.

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

Color convert

RGB240186206-
CMYK00.220.140.06
HSL337.78º64.29%83.53%-
HSV(B)337.78º22.5%94.12%-
XYZ64.6358.166.2-
YUV204.43128.89153.37-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.97%
GREEN value IS 186 (73.05% from 255) = 29.43%
BLUE value IS 206 (80.86% from 255) = 32.59%
R=37.97%
G=29.43%
B=32.59%

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
Decimal24018620600.220.140.06337.7864.2983.53
HexF0BACE016E61524054
Octal360272316026166522100124
Binary111100001011101011001110010110111011010101001010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BACE; }

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

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

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

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

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

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

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

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