#F1C0BB

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

Shades of Beauty Bush #F1C0BB

Tints of Beauty Bush #F1C0BB

Color information

#F1C0BB (or 0xF1C0BB) is unknown color: approx Beauty Bush. HEX triplet: F1, C0 and BB. RGB value is (241,192,187). Sum of RGB (Red+Green+Blue) = 241+192+187=620 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.87% from 620); Green value is 192 (75.39% from 255 or 30.97% from 620); Blue value is 187 (73.44% from 255 or 30.16% from 620); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C0BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C0BB is #0E3F44. Grayscale: #CECECE. Windows color (decimal): -933701 or 12304625. OLE color: 12304625.

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

Color convert

RGB241192187-
CMYK00.200.220.05
HSL5.56º65.85%83.92%-
HSV(B)5.56º22.41%94.51%-
XYZ64.0959.9955.21-
YUV206.08117.23152.91-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.87%
GREEN value IS 192 (75.39% from 255) = 30.97%
BLUE value IS 187 (73.44% from 255) = 30.16%
R=38.87%
G=30.97%
B=30.16%

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
Decimal24119218700.200.220.055.5665.8583.92
HexF1C0BB01416564254
Octal3613002730242656102124
Binary1111000111000000101110110101001011010111010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C0BB; }

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

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

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

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

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

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

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

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