#F2C1BA

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

Shades of Beauty Bush #F2C1BA

Tints of Beauty Bush #F2C1BA

Color information

#F2C1BA (or 0xF2C1BA) is unknown color: approx Beauty Bush. HEX triplet: F2, C1 and BA. RGB value is (242,193,186). Sum of RGB (Red+Green+Blue) = 242+193+186=621 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.97% from 621); Green value is 193 (75.78% from 255 or 31.08% from 621); Blue value is 186 (73.05% from 255 or 29.95% from 621); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C1BA is #0D3E45. Grayscale: #CECECE. Windows color (decimal): -867910 or 12239346. OLE color: 12239346.

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

Color convert

RGB242193186-
CMYK00.200.230.05
HSL7.5º68.29%83.92%-
HSV(B)7.5º23.14%94.9%-
XYZ64.5560.5654.74-
YUV206.85116.23153.07-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.97%
GREEN value IS 193 (75.78% from 255) = 31.08%
BLUE value IS 186 (73.05% from 255) = 29.95%
R=38.97%
G=31.08%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219318600.200.230.057.568.2983.92
HexF2C1BA01417584454
Octal36230127202427510104124
Binary11110010110000011011101001010010111101100010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C1BA; }

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

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

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

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

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

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

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

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