Html Css Color HEX #F2BBB0 Beauty Bush

📋 copy color: '#F2BBB0'

red 242 ◦ green 187 ◦ blue 176

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

Shades of Beauty Bush #F2BBB0

Tints of Beauty Bush #F2BBB0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.91%

 BLUE value IS 176 (69.14% from 255) = 29.09%

R = 40%
G = 30.91%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F2BBB0 (or 0xF2BBB0) is known color: Beauty Bush. HEX triplet: F2, BB and B0. RGB value is (242,187,176). Sum of RGB (Red+Green+Blue) = 242+187+176=605 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 176 (69.14% from 255 or 29.09% from 605); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BBB0 is #0D444F. Grayscale: #CACACA. Windows color (decimal): -869456 or 11582450. OLE color: 11582450.

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

Color convert

RGB 242 187 176 -
CMYK 0 0.23 0.27 0.05
HSL 10º 0.72% 0.82% -
HSV(B) 10º 0.27% 0.95% -
XYZ 62.22 57.55 48.9 -
YUV 202.19 113.22 156.39 -
System Red Green Blue C M Y K H S L
Decimal 242 187 176 0 0.23 0.27 0.05 10 0.72 0.82
Hex F2 BB B0 0 17 1B 5 A 48 52
Octal 362 273 260 0 27 33 5 12 110 122
Binary 11110010 10111011 10110000 0 10111 11011 101 1010 1001000 1010010

Color Harmonies of #F2BBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BBB0

Black with #F2BBB0

Text Example


Text Example

White with #F2BBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BBB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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