Html Css Color HEX #F2BCBB Beauty Bush

📋 copy color: '#F2BCBB'

red 242 ◦ green 188 ◦ blue 187

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

Shades of Beauty Bush #F2BCBB

Tints of Beauty Bush #F2BCBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 30.31%

R = 39.22%
G = 30.47%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F2BCBB (or 0xF2BCBB) is known color: Beauty Bush. HEX triplet: F2, BC and BB. RGB value is (242,188,187). Sum of RGB (Red+Green+Blue) = 242+188+187=617 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.22% from 617); Green value is 188 (73.83% from 255 or 30.47% from 617); Blue value is 187 (73.44% from 255 or 30.31% from 617); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BCBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BCBB is #0D4344. Grayscale: #CCCCCC. Windows color (decimal): -869189 or 12303602. OLE color: 12303602.

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

Color convert

RGB 242 188 187 -
CMYK 0 0.22 0.23 0.05
HSL 1.09º 0.68% 0.84% -
HSV(B) 1.09º 0.23% 0.95% -
XYZ 63.57 58.43 54.94 -
YUV 204.03 118.39 155.08 -
System Red Green Blue C M Y K H S L
Decimal 242 188 187 0 0.22 0.23 0.05 1.09 0.68 0.84
Hex F2 BC BB 0 16 17 5 1 44 54
Octal 362 274 273 0 26 27 5 1 104 124
Binary 11110010 10111100 10111011 0 10110 10111 101 1 1000100 1010100

Color Harmonies of #F2BCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BCBB

Black with #F2BCBB

Text Example


Text Example

White with #F2BCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BCBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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