#F1C0BD

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

Shades of Beauty Bush #F1C0BD

Tints of Beauty Bush #F1C0BD

Color information

#F1C0BD (or 0xF1C0BD) is unknown color: approx Beauty Bush. HEX triplet: F1, C0 and BD. RGB value is (241,192,189). Sum of RGB (Red+Green+Blue) = 241+192+189=622 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.75% from 622); Green value is 192 (75.39% from 255 or 30.87% from 622); Blue value is 189 (74.22% from 255 or 30.39% from 622); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C0BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C0BD is #0E3F42. Grayscale: #CECECE. Windows color (decimal): -933699 or 12435697. OLE color: 12435697.

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

Color convert

RGB241192189-
CMYK00.200.220.05
HSL3.46º65%84.31%-
HSV(B)3.46º21.58%94.51%-
XYZ64.3160.0756.35-
YUV206.31118.23152.74-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.75%
GREEN value IS 192 (75.39% from 255) = 30.87%
BLUE value IS 189 (74.22% from 255) = 30.39%
R=38.75%
G=30.87%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119218900.200.220.053.466584.31
HexF1C0BD01416534154
Octal3613002750242653101124
Binary111100011100000010111101010100101101011110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C0BD; }

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

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

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

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

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

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

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

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