#F2C0BE

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

Shades of Beauty Bush #F2C0BE

Tints of Beauty Bush #F2C0BE

Color information

#F2C0BE (or 0xF2C0BE) is unknown color: approx Beauty Bush. HEX triplet: F2, C0 and BE. RGB value is (242,192,190). Sum of RGB (Red+Green+Blue) = 242+192+190=624 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.78% from 624); Green value is 192 (75.39% from 255 or 30.77% from 624); Blue value is 190 (74.61% from 255 or 30.45% from 624); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C0BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C0BE is #0D3F41. Grayscale: #CECECE. Windows color (decimal): -868162 or 12501234. OLE color: 12501234.

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

Color convert

RGB242192190-
CMYK00.210.210.05
HSL2.31º66.67%84.71%-
HSV(B)2.31º21.49%94.9%-
XYZ64.7660.2956.94-
YUV206.72118.56153.16-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.78%
GREEN value IS 192 (75.39% from 255) = 30.77%
BLUE value IS 190 (74.61% from 255) = 30.45%
R=38.78%
G=30.77%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219219000.210.210.052.3166.6784.71
HexF2C0BE01515524355
Octal3623002760252552103125
Binary111100101100000010111110010101101011011010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C0BE; }

 p { color: rgb(242,192,190); }

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

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

 a { background-color: rgb(242,192,190); }

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

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

 span { border-color: rgb(242,192,190); }

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