Html Css Color HEX #F0BCBC Beauty Bush

📋 copy color: '#F0BCBC'

red 240 ◦ green 188 ◦ blue 188

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

Shades of Beauty Bush #F0BCBC

Tints of Beauty Bush #F0BCBC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.52%

 BLUE value IS 188 (73.83% from 255) = 30.52%

R = 38.96%
G = 30.52%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F0BCBC (or 0xF0BCBC) is known color: Beauty Bush. HEX triplet: F0, BC and BC. RGB value is (240,188,188). Sum of RGB (Red+Green+Blue) = 240+188+188=616 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.96% from 616); Green value is 188 (73.83% from 255 or 30.52% from 616); Blue value is 188 (73.83% from 255 or 30.52% from 616); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BCBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BCBC is #0F4343. Grayscale: #CBCBCB. Windows color (decimal): -1000260 or 12369136. OLE color: 12369136.

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

Color convert

RGB 240 188 188 -
CMYK 0 0.22 0.22 0.06
HSL 0.63% 0.84% -
HSV(B) 0.22% 0.94% -
XYZ 63 58.12 55.48 -
YUV 203.55 119.23 154 -
System Red Green Blue C M Y K H S L
Decimal 240 188 188 0 0.22 0.22 0.06 0 0.63 0.84
Hex F0 BC BC 0 16 16 6 0 3F 54
Octal 360 274 274 0 26 26 6 0 77 124
Binary 11110000 10111100 10111100 0 10110 10110 110 0 111111 1010100

Color Harmonies of #F0BCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BCBC

Black with #F0BCBC

Text Example


Text Example

White with #F0BCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BCBC; }

 p { color: rgb(240,188,188); }

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

background-color css

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

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

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

border-color css

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

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

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