Html Css Color HEX #F1B6AA Beauty Bush

📋 copy color: '#F1B6AA'

red 241 ◦ green 182 ◦ blue 170

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

Shades of Beauty Bush #F1B6AA

Tints of Beauty Bush #F1B6AA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.69%

 BLUE value IS 170 (66.8% from 255) = 28.67%

R = 40.64%
G = 30.69%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F1B6AA (or 0xF1B6AA) is known color: Beauty Bush. HEX triplet: F1, B6 and AA. RGB value is (241,182,170). Sum of RGB (Red+Green+Blue) = 241+182+170=593 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.64% from 593); Green value is 182 (71.48% from 255 or 30.69% from 593); Blue value is 170 (66.80% from 255 or 28.67% from 593); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B6AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1B6AA is #0E4955. Grayscale: #C6C6C6. Windows color (decimal): -936278 or 11187953. OLE color: 11187953.

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

Color convert

RGB 241 182 170 -
CMYK 0 0.24 0.29 0.05
HSL 10.14º 0.72% 0.81% -
HSV(B) 10.14º 0.29% 0.95% -
XYZ 60.26 55.06 45.48 -
YUV 198.27 112.05 158.48 -
System Red Green Blue C M Y K H S L
Decimal 241 182 170 0 0.24 0.29 0.05 10.14 0.72 0.81
Hex F1 B6 AA 0 18 1D 5 A 48 51
Octal 361 266 252 0 30 35 5 12 110 121
Binary 11110001 10110110 10101010 0 11000 11101 101 1010 1001000 1010001

Color Harmonies of #F1B6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B6AA

Black with #F1B6AA

Text Example


Text Example

White with #F1B6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B6AA; }

 p { color: rgb(241,182,170); }

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

background-color css

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

 a { background-color: rgb(241,182,170); }

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

border-color css

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

 span { border-color: rgb(241,182,170); }

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