Html Css Color HEX #F0C0BD Beauty Bush

📋 copy color: '#F0C0BD'

red 240 ◦ green 192 ◦ blue 189

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

Shades of Beauty Bush #F0C0BD

Tints of Beauty Bush #F0C0BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 30.43%

R = 38.65%
G = 30.92%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F0C0BD (or 0xF0C0BD) is known color: Beauty Bush. HEX triplet: F0, C0 and BD. RGB value is (240,192,189). Sum of RGB (Red+Green+Blue) = 240+192+189=621 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.65% from 621); Green value is 192 (75.39% from 255 or 30.92% from 621); Blue value is 189 (74.22% from 255 or 30.43% from 621); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C0BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C0BD is #0F3F42. Grayscale: #CECECE. Windows color (decimal): -999235 or 12435696. OLE color: 12435696.

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

Color convert

RGB 240 192 189 -
CMYK 0 0.20 0.21 0.06
HSL 3.53º 0.63% 0.84% -
HSV(B) 3.53º 0.21% 0.94% -
XYZ 63.97 59.9 56.33 -
YUV 206.01 118.4 152.24 -
System Red Green Blue C M Y K H S L
Decimal 240 192 189 0 0.20 0.21 0.06 3.53 0.63 0.84
Hex F0 C0 BD 0 14 15 6 4 3F 54
Octal 360 300 275 0 24 25 6 4 77 124
Binary 11110000 11000000 10111101 0 10100 10101 110 100 111111 1010100

Color Harmonies of #F0C0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C0BD

Black with #F0C0BD

Text Example


Text Example

White with #F0C0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C0BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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