#F3BECA

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

Shades of Chantilly #F3BECA

Tints of Chantilly #F3BECA

Color information

#F3BECA (or 0xF3BECA) is unknown color: approx Chantilly. HEX triplet: F3, BE and CA. RGB value is (243,190,202). Sum of RGB (Red+Green+Blue) = 243+190+202=635 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.27% from 635); Green value is 190 (74.61% from 255 or 29.92% from 635); Blue value is 202 (79.30% from 255 or 31.81% from 635); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BECA is #0C4135. Grayscale: #CFCFCF. Windows color (decimal): -803126 or 13287155. OLE color: 13287155.

HSL color Cylindrical-coordinate representation of color #F3BECA: hue angle of 346.42º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F3BECA is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB243190202-
CMYK00.220.170.05
HSL346.42º68.83%84.9%-
HSV(B)346.42º21.81%95.29%-
XYZ66.0460.1564.01-
YUV207.21125.06153.52-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.27%
GREEN value IS 190 (74.61% from 255) = 29.92%
BLUE value IS 202 (79.30% from 255) = 31.81%
R=38.27%
G=29.92%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24319020200.220.170.05346.4268.8384.9
HexF3BECA01611515a4555
Octal363276312026215532105125
Binary1111001110111110110010100101101000110110101101010001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BECA; }

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

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

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

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

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

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

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

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