#F1C1B7

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

Shades of Beauty Bush #F1C1B7

Tints of Beauty Bush #F1C1B7

Color information

#F1C1B7 (or 0xF1C1B7) is unknown color: approx Beauty Bush. HEX triplet: F1, C1 and B7. RGB value is (241,193,183). Sum of RGB (Red+Green+Blue) = 241+193+183=617 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.06% from 617); Green value is 193 (75.78% from 255 or 31.28% from 617); Blue value is 183 (71.88% from 255 or 29.66% from 617); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C1B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C1B7 is #0E3E48. Grayscale: #CECECE. Windows color (decimal): -933449 or 12042737. OLE color: 12042737.

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

Color convert

RGB241193183-
CMYK00.200.240.05
HSL10.34º67.44%83.14%-
HSV(B)10.34º24.07%94.51%-
XYZ63.8960.2653.06-
YUV206.21114.9152.81-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.06%
GREEN value IS 193 (75.78% from 255) = 31.28%
BLUE value IS 183 (71.88% from 255) = 29.66%
R=39.06%
G=31.28%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119318300.200.240.0510.3467.4483.14
HexF1C1B7014185a4353
Octal36130126702430512103123
Binary11110001110000011011011101010011000101101010000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C1B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C1B7; }

 p { color: rgb(241,193,183); }

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

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

 a { background-color: rgb(241,193,183); }

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

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

 span { border-color: rgb(241,193,183); }

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