#F0BBCA

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

Shades of Chantilly #F0BBCA

Tints of Chantilly #F0BBCA

Color information

#F0BBCA (or 0xF0BBCA) is unknown color: approx Chantilly. HEX triplet: F0, BB and CA. RGB value is (240,187,202). Sum of RGB (Red+Green+Blue) = 240+187+202=629 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.16% from 629); Green value is 187 (73.44% from 255 or 29.73% from 629); Blue value is 202 (79.30% from 255 or 32.11% from 629); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BBCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BBCA is #0F4435. Grayscale: #CCCCCC. Windows color (decimal): -1000502 or 13286384. OLE color: 13286384.

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

Color convert

RGB240187202-
CMYK00.220.160.06
HSL343.02º63.86%83.73%-
HSV(B)343.02º22.08%94.12%-
XYZ64.3758.3363.74-
YUV204.56126.56153.28-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.16%
GREEN value IS 187 (73.44% from 255) = 29.73%
BLUE value IS 202 (79.30% from 255) = 32.11%
R=38.16%
G=29.73%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018720200.220.160.06343.0263.8683.73
HexF0BBCA0161061574054
Octal360273312026206527100124
Binary1111000010111011110010100101101000011010101011110000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BBCA; }

 p { color: rgb(240,187,202); }

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

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

 a { background-color: rgb(240,187,202); }

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

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

 span { border-color: rgb(240,187,202); }

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