Html Css Color HEX #F0C0BA Beauty Bush

📋 copy color: '#F0C0BA'

red 240 ◦ green 192 ◦ blue 186

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

Shades of Beauty Bush #F0C0BA

Tints of Beauty Bush #F0C0BA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 31.07%

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

R = 38.83%
G = 31.07%
B = 30.1%

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

#F0C0BA (or 0xF0C0BA) is known color: Beauty Bush. HEX triplet: F0, C0 and BA. RGB value is (240,192,186). Sum of RGB (Red+Green+Blue) = 240+192+186=618 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.83% from 618); Green value is 192 (75.39% from 255 or 31.07% from 618); Blue value is 186 (73.05% from 255 or 30.10% from 618); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C0BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C0BA is #0F3F45. Grayscale: #CDCDCD. Windows color (decimal): -999238 or 12239088. OLE color: 12239088.

HSL color Cylindrical-coordinate representation of color #F0C0BA: hue angle of 6.67º 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 #F0C0BA is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 192 186 -
CMYK 0 0.20 0.22 0.06
HSL 6.67º 0.64% 0.84% -
HSV(B) 6.67º 0.23% 0.94% -
XYZ 63.65 59.77 54.64 -
YUV 205.67 116.9 152.49 -
System Red Green Blue C M Y K H S L
Decimal 240 192 186 0 0.20 0.22 0.06 6.67 0.64 0.84
Hex F0 C0 BA 0 14 16 6 7 40 54
Octal 360 300 272 0 24 26 6 7 100 124
Binary 11110000 11000000 10111010 0 10100 10110 110 111 1000000 1010100

Color Harmonies of #F0C0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C0BA

Black with #F0C0BA

Text Example


Text Example

White with #F0C0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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