Html Css Color HEX #F8B9B6 Beauty Bush

📋 copy color: '#F8B9B6'

red 248 ◦ green 185 ◦ blue 182

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

Shades of Beauty Bush #F8B9B6

Tints of Beauty Bush #F8B9B6

RGB

 RED value IS 248 (97.27% from 255) = 40.33%

 GREEN value IS 185 (72.66% from 255) = 30.08%

 BLUE value IS 182 (71.48% from 255) = 29.59%

R = 40.33%
G = 30.08%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.03

RGB Variations

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

Color information

#F8B9B6 (or 0xF8B9B6) is known color: Beauty Bush. HEX triplet: F8, B9 and B6. RGB value is (248,185,182). Sum of RGB (Red+Green+Blue) = 248+185+182=615 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.33% from 615); Green value is 185 (72.66% from 255 or 30.08% from 615); Blue value is 182 (71.48% from 255 or 29.59% from 615); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B9B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B9B6 is #074649. Grayscale: #CBCBCB. Windows color (decimal): -476746 or 11975160. OLE color: 11975160.

HSL color Cylindrical-coordinate representation of color #F8B9B6: hue angle of 2.73º degrees, saturation: 0.82, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F8B9B6 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 185 182 -
CMYK 0 0.25 0.27 0.03
HSL 2.73º 0.83% 0.84% -
HSV(B) 2.73º 0.27% 0.97% -
XYZ 64.5 58.03 52.06 -
YUV 203.5 115.87 159.74 -
System Red Green Blue C M Y K H S L
Decimal 248 185 182 0 0.25 0.27 0.03 2.73 0.83 0.84
Hex F8 B9 B6 0 19 1B 3 3 52 54
Octal 370 271 266 0 31 33 3 3 122 124
Binary 11111000 10111001 10110110 0 11001 11011 11 11 1010010 1010100

Color Harmonies of #F8B9B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B9B6

Black with #F8B9B6

Text Example


Text Example

White with #F8B9B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B9B6; }

 p { color: rgb(248,185,182); }

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

background-color css

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

 a { background-color: rgb(248,185,182); }

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

border-color css

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

 span { border-color: rgb(248,185,182); }

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