#F1C2BE

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

Shades of Beauty Bush #F1C2BE

Tints of Beauty Bush #F1C2BE

Color information

#F1C2BE (or 0xF1C2BE) is unknown color: approx Beauty Bush. HEX triplet: F1, C2 and BE. RGB value is (241,194,190). Sum of RGB (Red+Green+Blue) = 241+194+190=625 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.56% from 625); Green value is 194 (76.17% from 255 or 31.04% from 625); Blue value is 190 (74.61% from 255 or 30.4% from 625); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C2BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C2BE is #0E3D41. Grayscale: #CFCFCF. Windows color (decimal): -933186 or 12501745. OLE color: 12501745.

HSL color Cylindrical-coordinate representation of color #F1C2BE: hue angle of 4.71º 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 #F1C2BE is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB241194190-
CMYK00.200.210.05
HSL4.71º64.56%84.51%-
HSV(B)4.71º21.16%94.51%-
XYZ64.866157.07-
YUV207.6118.07151.83-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.56%
GREEN value IS 194 (76.17% from 255) = 31.04%
BLUE value IS 190 (74.61% from 255) = 30.4%
R=38.56%
G=31.04%
B=30.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119419000.200.210.054.7164.5684.51
HexF1C2BE01415554155
Octal3613022760242555101125
Binary1111000111000010101111100101001010110110110000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C2BE; }

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

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

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

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

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

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

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

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