Html Css Color HEX #F2BCBC Beauty Bush

📋 copy color: '#F2BCBC'

red 242 ◦ green 188 ◦ blue 188

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

Shades of Beauty Bush #F2BCBC

Tints of Beauty Bush #F2BCBC

RGB

 RED value IS 242 (94.92% from 255) = 39.16%

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

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

R = 39.16%
G = 30.42%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F2BCBC (or 0xF2BCBC) is known color: Beauty Bush. HEX triplet: F2, BC and BC. RGB value is (242,188,188). Sum of RGB (Red+Green+Blue) = 242+188+188=618 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.16% from 618); Green value is 188 (73.83% from 255 or 30.42% from 618); Blue value is 188 (73.83% from 255 or 30.42% from 618); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BCBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BCBC is #0D4343. Grayscale: #CCCCCC. Windows color (decimal): -869188 or 12369138. OLE color: 12369138.

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

Color convert

RGB 242 188 188 -
CMYK 0 0.22 0.22 0.05
HSL 0.68% 0.84% -
HSV(B) 0.22% 0.95% -
XYZ 63.68 58.47 55.51 -
YUV 204.15 118.89 155 -
System Red Green Blue C M Y K H S L
Decimal 242 188 188 0 0.22 0.22 0.05 0 0.68 0.84
Hex F2 BC BC 0 16 16 5 0 44 54
Octal 362 274 274 0 26 26 5 0 104 124
Binary 11110010 10111100 10111100 0 10110 10110 101 0 1000100 1010100

Color Harmonies of #F2BCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BCBC

Black with #F2BCBC

Text Example


Text Example

White with #F2BCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BCBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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