#F0C1BC

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

Shades of Beauty Bush #F0C1BC

Tints of Beauty Bush #F0C1BC

Color information

#F0C1BC (or 0xF0C1BC) is unknown color: approx Beauty Bush. HEX triplet: F0, C1 and BC. RGB value is (240,193,188). Sum of RGB (Red+Green+Blue) = 240+193+188=621 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.65% from 621); Green value is 193 (75.78% from 255 or 31.08% from 621); Blue value is 188 (73.83% from 255 or 30.27% from 621); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C1BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C1BC is #0F3E43. Grayscale: #CECECE. Windows color (decimal): -998980 or 12370416. OLE color: 12370416.

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

Color convert

RGB240193188-
CMYK00.200.220.06
HSL5.77º63.41%83.92%-
HSV(B)5.77º21.67%94.12%-
XYZ64.0860.355.84-
YUV206.48117.57151.91-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.65%
GREEN value IS 193 (75.78% from 255) = 31.08%
BLUE value IS 188 (73.83% from 255) = 30.27%
R=38.65%
G=31.08%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019318800.200.220.065.7763.4183.92
HexF0C1BC01416663f54
Octal360301274024266677124
Binary111100001100000110111100010100101101101101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C1BC; }

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

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

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

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

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

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

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

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