#F0BECA

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

Shades of Chantilly #F0BECA

Tints of Chantilly #F0BECA

Color information

#F0BECA (or 0xF0BECA) is unknown color: approx Chantilly. HEX triplet: F0, BE and CA. RGB value is (240,190,202). Sum of RGB (Red+Green+Blue) = 240+190+202=632 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.97% from 632); Green value is 190 (74.61% from 255 or 30.06% from 632); Blue value is 202 (79.30% from 255 or 31.96% from 632); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BECA is #0F4135. Grayscale: #CECECE. Windows color (decimal): -999734 or 13287152. OLE color: 13287152.

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

Color convert

RGB240190202-
CMYK00.210.160.06
HSL345.6º62.5%84.31%-
HSV(B)345.6º20.83%94.12%-
XYZ65.0159.6263.96-
YUV206.32125.56152.02-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.97%
GREEN value IS 190 (74.61% from 255) = 30.06%
BLUE value IS 202 (79.30% from 255) = 31.96%
R=37.97%
G=30.06%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019020200.210.160.06345.662.584.31
HexF0BECA01510615a3e54
Octal36027631202520653276124
Binary111100001011111011001010010101100001101010110101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BECA; }

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

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

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

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

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

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

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

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