#F0C1BE

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

Shades of Beauty Bush #F0C1BE

Tints of Beauty Bush #F0C1BE

Color information

#F0C1BE (or 0xF0C1BE) is unknown color: approx Beauty Bush. HEX triplet: F0, C1 and BE. RGB value is (240,193,190). Sum of RGB (Red+Green+Blue) = 240+193+190=623 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.52% from 623); Green value is 193 (75.78% from 255 or 30.98% from 623); Blue value is 190 (74.61% from 255 or 30.50% from 623); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C1BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C1BE is #0F3E41. Grayscale: #CECECE. Windows color (decimal): -998978 or 12501488. OLE color: 12501488.

HSL color Cylindrical-coordinate representation of color #F0C1BE: hue angle of 3.6º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0C1BE is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB240193190-
CMYK00.200.210.06
HSL3.6º62.5%84.31%-
HSV(B)3.6º20.83%94.12%-
XYZ64.360.3856.98-
YUV206.71118.57151.74-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.52%
GREEN value IS 193 (75.78% from 255) = 30.98%
BLUE value IS 190 (74.61% from 255) = 30.50%
R=38.52%
G=30.98%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019319000.200.210.063.662.584.31
HexF0C1BE01415643e54
Octal360301276024256476124
Binary111100001100000110111110010100101011101001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C1BE; }

 p { color: rgb(240,193,190); }

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

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

 a { background-color: rgb(240,193,190); }

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

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

 span { border-color: rgb(240,193,190); }

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