Html Css Color HEX #F3BDB0 Beauty Bush

📋 copy color: '#F3BDB0'

red 243 ◦ green 189 ◦ blue 176

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

Shades of Beauty Bush #F3BDB0

Tints of Beauty Bush #F3BDB0

RGB

 RED value IS 243 (95.31% from 255) = 39.97%

 GREEN value IS 189 (74.22% from 255) = 31.09%

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

R = 39.97%
G = 31.09%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F3BDB0 (or 0xF3BDB0) is known color: Beauty Bush. HEX triplet: F3, BD and B0. RGB value is (243,189,176). Sum of RGB (Red+Green+Blue) = 243+189+176=608 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.97% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 176 (69.14% from 255 or 28.95% from 608); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BDB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3BDB0 is #0C424F. Grayscale: #CBCBCB. Windows color (decimal): -803408 or 11582963. OLE color: 11582963.

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

Color convert

RGB 243 189 176 -
CMYK 0 0.22 0.28 0.05
HSL 11.64º 0.74% 0.82% -
HSV(B) 11.64º 0.28% 0.95% -
XYZ 63 58.58 49.06 -
YUV 203.66 112.39 156.06 -
System Red Green Blue C M Y K H S L
Decimal 243 189 176 0 0.22 0.28 0.05 11.64 0.74 0.82
Hex F3 BD B0 0 16 1C 5 C 4A 52
Octal 363 275 260 0 26 34 5 14 112 122
Binary 11110011 10111101 10110000 0 10110 11100 101 1100 1001010 1010010

Color Harmonies of #F3BDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BDB0

Black with #F3BDB0

Text Example


Text Example

White with #F3BDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BDB0; }

 p { color: rgb(243,189,176); }

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

background-color css

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

 a { background-color: rgb(243,189,176); }

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

border-color css

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

 span { border-color: rgb(243,189,176); }

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