#F0B6C1

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

Shades of Chantilly #F0B6C1

Tints of Chantilly #F0B6C1

Color information

#F0B6C1 (or 0xF0B6C1) is unknown color: approx Chantilly. HEX triplet: F0, B6 and C1. RGB value is (240,182,193). Sum of RGB (Red+Green+Blue) = 240+182+193=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 182 (71.48% from 255 or 29.59% from 615); Blue value is 193 (75.78% from 255 or 31.38% from 615); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B6C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B6C1 is #0F493E. Grayscale: #C8C8C8. Windows color (decimal): -1001791 or 12695280. OLE color: 12695280.

HSL color Cylindrical-coordinate representation of color #F0B6C1: hue angle of 348.62º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F0B6C1 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB240182193-
CMYK00.240.200.06
HSL348.62º65.91%82.75%-
HSV(B)348.62º24.17%94.12%-
XYZ62.2955.8357.95-
YUV200.6123.72156.11-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.02%
GREEN value IS 182 (71.48% from 255) = 29.59%
BLUE value IS 193 (75.78% from 255) = 31.38%
R=39.02%
G=29.59%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018219300.240.200.06348.6265.9182.75
HexF0B6C101814615d4253
Octal360266301030246535102123
Binary1111000010110110110000010110001010011010101110110000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B6C1; }

 p { color: rgb(240,182,193); }

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

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

 a { background-color: rgb(240,182,193); }

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

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

 span { border-color: rgb(240,182,193); }

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