#F2C1BD

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

Shades of Beauty Bush #F2C1BD

Tints of Beauty Bush #F2C1BD

Color information

#F2C1BD (or 0xF2C1BD) is unknown color: approx Beauty Bush. HEX triplet: F2, C1 and BD. RGB value is (242,193,189). Sum of RGB (Red+Green+Blue) = 242+193+189=624 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.78% from 624); Green value is 193 (75.78% from 255 or 30.93% from 624); Blue value is 189 (74.22% from 255 or 30.29% from 624); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C1BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C1BD is #0D3E42. Grayscale: #CFCFCF. Windows color (decimal): -867907 or 12435954. OLE color: 12435954.

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

Color convert

RGB242193189-
CMYK00.200.220.05
HSL4.53º67.09%84.51%-
HSV(B)4.53º21.9%94.9%-
XYZ64.8760.6956.44-
YUV207.2117.73152.83-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.78%
GREEN value IS 193 (75.78% from 255) = 30.93%
BLUE value IS 189 (74.22% from 255) = 30.29%
R=38.78%
G=30.93%
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
Decimal24219318900.200.220.054.5367.0984.51
HexF2C1BD01416554355
Octal3623012750242655103125
Binary1111001011000001101111010101001011010110110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C1BD; }

 p { color: rgb(242,193,189); }

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

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

 a { background-color: rgb(242,193,189); }

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

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

 span { border-color: rgb(242,193,189); }

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