#F1C0BA

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

Shades of Beauty Bush #F1C0BA

Tints of Beauty Bush #F1C0BA

Color information

#F1C0BA (or 0xF1C0BA) is unknown color: approx Beauty Bush. HEX triplet: F1, C0 and BA. RGB value is (241,192,186). Sum of RGB (Red+Green+Blue) = 241+192+186=619 (81% of max value = 765). Red value is 241 (94.53% from 255 or 38.93% from 619); Green value is 192 (75.39% from 255 or 31.02% from 619); Blue value is 186 (73.05% from 255 or 30.05% from 619); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C0BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C0BA is #0E3F45. Grayscale: #CECECE. Windows color (decimal): -933702 or 12239089. OLE color: 12239089.

HSL color Cylindrical-coordinate representation of color #F1C0BA: hue angle of 6.55º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F1C0BA is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB241192186-
CMYK00.200.230.05
HSL6.55º66.27%83.73%-
HSV(B)6.55º22.82%94.51%-
XYZ63.9959.9554.65-
YUV205.97116.73152.99-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.93%
GREEN value IS 192 (75.39% from 255) = 31.02%
BLUE value IS 186 (73.05% from 255) = 30.05%
R=38.93%
G=31.02%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119218600.200.230.056.5566.2783.73
HexF1C0BA01417574254
Octal3613002720242757102124
Binary1111000111000000101110100101001011110111110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C0BA; }

 p { color: rgb(241,192,186); }

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

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

 a { background-color: rgb(241,192,186); }

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

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

 span { border-color: rgb(241,192,186); }

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