#F1C2BD

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

Shades of Beauty Bush #F1C2BD

Tints of Beauty Bush #F1C2BD

Color information

#F1C2BD (or 0xF1C2BD) is unknown color: approx Beauty Bush. HEX triplet: F1, C2 and BD. RGB value is (241,194,189). Sum of RGB (Red+Green+Blue) = 241+194+189=624 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.62% from 624); Green value is 194 (76.17% from 255 or 31.09% from 624); Blue value is 189 (74.22% from 255 or 30.29% from 624); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C2BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C2BD is #0E3D42. Grayscale: #CFCFCF. Windows color (decimal): -933187 or 12436209. OLE color: 12436209.

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

Color convert

RGB241194189-
CMYK00.200.220.05
HSL5.77º65%84.31%-
HSV(B)5.77º21.58%94.51%-
XYZ64.7560.9656.5-
YUV207.48117.57151.91-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.62%
GREEN value IS 194 (76.17% from 255) = 31.09%
BLUE value IS 189 (74.22% from 255) = 30.29%
R=38.62%
G=31.09%
B=30.29%

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
Decimal24119418900.200.220.055.776584.31
HexF1C2BD01416564154
Octal3613022750242656101124
Binary1111000111000010101111010101001011010111010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C2BD; }

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

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

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

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

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

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

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

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