#F1BECA

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

Shades of Chantilly #F1BECA

Tints of Chantilly #F1BECA

Color information

#F1BECA (or 0xF1BECA) is unknown color: approx Chantilly. HEX triplet: F1, BE and CA. RGB value is (241,190,202). Sum of RGB (Red+Green+Blue) = 241+190+202=633 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.07% from 633); Green value is 190 (74.61% from 255 or 30.02% from 633); Blue value is 202 (79.30% from 255 or 31.91% from 633); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BECA is #0E4135. Grayscale: #CECECE. Windows color (decimal): -934198 or 13287153. OLE color: 13287153.

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

Color convert

RGB241190202-
CMYK00.210.160.05
HSL345.88º64.56%84.51%-
HSV(B)345.88º21.16%94.51%-
XYZ65.3559.7963.97-
YUV206.62125.4152.52-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.07%
GREEN value IS 190 (74.61% from 255) = 30.02%
BLUE value IS 202 (79.30% from 255) = 31.91%
R=38.07%
G=30.02%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119020200.210.160.05345.8864.5684.51
HexF1BECA01510515a4155
Octal361276312025205532101125
Binary1111000110111110110010100101011000010110101101010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BECA; }

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

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

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

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

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

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

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

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