Html Css Color HEX #F0C1BA Beauty Bush

📋 copy color: '#F0C1BA'

red 240 ◦ green 193 ◦ blue 186

#F0C1BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Beauty Bush #F0C1BA

Tints of Beauty Bush #F0C1BA

RGB

 RED value IS 240 (94.14% from 255) = 38.77%

 GREEN value IS 193 (75.78% from 255) = 31.18%

 BLUE value IS 186 (73.05% from 255) = 30.05%

R = 38.77%
G = 31.18%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F0C1BA (or 0xF0C1BA) is known color: Beauty Bush. HEX triplet: F0, C1 and BA. RGB value is (240,193,186). Sum of RGB (Red+Green+Blue) = 240+193+186=619 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.77% from 619); Green value is 193 (75.78% from 255 or 31.18% from 619); Blue value is 186 (73.05% from 255 or 30.05% from 619); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C1BA is #0F3E45. Grayscale: #CECECE. Windows color (decimal): -998982 or 12239344. OLE color: 12239344.

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

Color convert

RGB 240 193 186 -
CMYK 0 0.20 0.22 0.06
HSL 7.78º 0.64% 0.84% -
HSV(B) 7.78º 0.23% 0.94% -
XYZ 63.87 60.21 54.71 -
YUV 206.26 116.57 152.07 -
System Red Green Blue C M Y K H S L
Decimal 240 193 186 0 0.20 0.22 0.06 7.78 0.64 0.84
Hex F0 C1 BA 0 14 16 6 8 40 54
Octal 360 301 272 0 24 26 6 10 100 124
Binary 11110000 11000001 10111010 0 10100 10110 110 1000 1000000 1010100

Color Harmonies of #F0C1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C1BA

Black with #F0C1BA

Text Example


Text Example

White with #F0C1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C1BA; }

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

 H1.HeaderClassName
 {
   color: #F0C1BA;
 }
 .AnyTagClassName
 {
   color: #F0C1BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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