Html Css Color HEX #F0C2BE Beauty Bush

📋 copy color: '#F0C2BE'

red 240 ◦ green 194 ◦ blue 190

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

Shades of Beauty Bush #F0C2BE

Tints of Beauty Bush #F0C2BE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.09%

 BLUE value IS 190 (74.61% from 255) = 30.45%

R = 38.46%
G = 31.09%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F0C2BE (or 0xF0C2BE) is known color: Beauty Bush. HEX triplet: F0, C2 and BE. RGB value is (240,194,190). Sum of RGB (Red+Green+Blue) = 240+194+190=624 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.46% from 624); Green value is 194 (76.17% from 255 or 31.09% from 624); Blue value is 190 (74.61% from 255 or 30.45% from 624); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C2BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C2BE is #0F3D41. Grayscale: #CFCFCF. Windows color (decimal): -998722 or 12501744. OLE color: 12501744.

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

Color convert

RGB 240 194 190 -
CMYK 0 0.19 0.21 0.06
HSL 4.8º 0.63% 0.84% -
HSV(B) 4.8º 0.21% 0.94% -
XYZ 64.52 60.83 57.06 -
YUV 207.3 118.24 151.33 -
System Red Green Blue C M Y K H S L
Decimal 240 194 190 0 0.19 0.21 0.06 4.8 0.63 0.84
Hex F0 C2 BE 0 13 15 6 5 3E 54
Octal 360 302 276 0 23 25 6 5 76 124
Binary 11110000 11000010 10111110 0 10011 10101 110 101 111110 1010100

Color Harmonies of #F0C2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C2BE

Black with #F0C2BE

Text Example


Text Example

White with #F0C2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C2BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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