Html Css Color HEX #F0C3BE Beauty Bush

📋 copy color: '#F0C3BE'

red 240 ◦ green 195 ◦ blue 190

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

Shades of Beauty Bush #F0C3BE

Tints of Beauty Bush #F0C3BE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31.2%

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

R = 38.4%
G = 31.2%
B = 30.4%

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

#F0C3BE (or 0xF0C3BE) is known color: Beauty Bush. HEX triplet: F0, C3 and BE. RGB value is (240,195,190). Sum of RGB (Red+Green+Blue) = 240+195+190=625 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.4% from 625); Green value is 195 (76.56% from 255 or 31.2% from 625); Blue value is 190 (74.61% from 255 or 30.4% from 625); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C3BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C3BE is #0F3C41. Grayscale: #CFCFCF. Windows color (decimal): -998466 or 12502000. OLE color: 12502000.

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

Color convert

RGB 240 195 190 -
CMYK 0 0.19 0.21 0.06
HSL 0.63% 0.84% -
HSV(B) 0.21% 0.94% -
XYZ 64.74 61.27 57.13 -
YUV 207.89 117.91 150.91 -
System Red Green Blue C M Y K H S L
Decimal 240 195 190 0 0.19 0.21 0.06 6 0.63 0.84
Hex F0 C3 BE 0 13 15 6 6 3E 54
Octal 360 303 276 0 23 25 6 6 76 124
Binary 11110000 11000011 10111110 0 10011 10101 110 110 111110 1010100

Color Harmonies of #F0C3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C3BE

Black with #F0C3BE

Text Example


Text Example

White with #F0C3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C3BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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