#F1C1BB

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

Shades of Beauty Bush #F1C1BB

Tints of Beauty Bush #F1C1BB

Color information

#F1C1BB (or 0xF1C1BB) is unknown color: approx Beauty Bush. HEX triplet: F1, C1 and BB. RGB value is (241,193,187). Sum of RGB (Red+Green+Blue) = 241+193+187=621 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.81% from 621); Green value is 193 (75.78% from 255 or 31.08% from 621); Blue value is 187 (73.44% from 255 or 30.11% from 621); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C1BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C1BB is #0E3E44. Grayscale: #CECECE. Windows color (decimal): -933445 or 12304881. OLE color: 12304881.

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

Color convert

RGB241193187-
CMYK00.200.220.05
HSL6.67º65.85%83.92%-
HSV(B)6.67º22.41%94.51%-
XYZ64.3260.4355.29-
YUV206.67116.9152.49-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.81%
GREEN value IS 193 (75.78% from 255) = 31.08%
BLUE value IS 187 (73.44% from 255) = 30.11%
R=38.81%
G=31.08%
B=30.11%

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
Decimal24119318700.200.220.056.6765.8583.92
HexF1C1BB01416574254
Octal3613012730242657102124
Binary1111000111000001101110110101001011010111110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C1BB; }

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

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

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

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

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

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

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

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