Html Css Color HEX #F1BBB0 Beauty Bush

📋 copy color: '#F1BBB0'

red 241 ◦ green 187 ◦ blue 176

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

Shades of Beauty Bush #F1BBB0

Tints of Beauty Bush #F1BBB0

RGB

 RED value IS 241 (94.53% from 255) = 39.9%

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

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

R = 39.9%
G = 30.96%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F1BBB0 (or 0xF1BBB0) is known color: Beauty Bush. HEX triplet: F1, BB and B0. RGB value is (241,187,176). Sum of RGB (Red+Green+Blue) = 241+187+176=604 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.90% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 176 (69.14% from 255 or 29.14% from 604); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BBB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BBB0 is #0E444F. Grayscale: #C9C9C9. Windows color (decimal): -934992 or 11582449. OLE color: 11582449.

HSL color Cylindrical-coordinate representation of color #F1BBB0: hue angle of 10.15º degrees, saturation: 0.7, 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 #F1BBB0 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 187 176 -
CMYK 0 0.22 0.27 0.05
HSL 10.15º 0.7% 0.82% -
HSV(B) 10.15º 0.27% 0.95% -
XYZ 61.88 57.38 48.89 -
YUV 201.89 113.39 155.89 -
System Red Green Blue C M Y K H S L
Decimal 241 187 176 0 0.22 0.27 0.05 10.15 0.7 0.82
Hex F1 BB B0 0 16 1B 5 A 46 52
Octal 361 273 260 0 26 33 5 12 106 122
Binary 11110001 10111011 10110000 0 10110 11011 101 1010 1000110 1010010

Color Harmonies of #F1BBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BBB0

Black with #F1BBB0

Text Example


Text Example

White with #F1BBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BBB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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