Html Css Color HEX #F3B7BA Azalea

📋 copy color: '#F3B7BA'

red 243 ◦ green 183 ◦ blue 186

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

Shades of Azalea #F3B7BA

Tints of Azalea #F3B7BA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29.9%

 BLUE value IS 186 (73.05% from 255) = 30.39%

R = 39.71%
G = 29.9%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F3B7BA (or 0xF3B7BA) is known color: Azalea. HEX triplet: F3, B7 and BA. RGB value is (243,183,186). Sum of RGB (Red+Green+Blue) = 243+183+186=612 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.71% from 612); Green value is 183 (71.88% from 255 or 29.90% from 612); Blue value is 186 (73.05% from 255 or 30.39% from 612); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B7BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B7BA is #0C4845. Grayscale: #C9C9C9. Windows color (decimal): -804934 or 12236787. OLE color: 12236787.

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

Color convert

RGB 243 183 186 -
CMYK 0 0.25 0.23 0.05
HSL 357º 0.71% 0.84% -
HSV(B) 357º 0.25% 0.95% -
XYZ 62.76 56.47 54.05 -
YUV 201.28 119.38 157.76 -
System Red Green Blue C M Y K H S L
Decimal 243 183 186 0 0.25 0.23 0.05 357 0.71 0.84
Hex F3 B7 BA 0 19 17 5 165 47 54
Octal 363 267 272 0 31 27 5 545 107 124
Binary 11110011 10110111 10111010 0 11001 10111 101 101100101 1000111 1010100

Color Harmonies of #F3B7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3B7BA

Black with #F3B7BA

Text Example


Text Example

White with #F3B7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3B7BA; }

 p { color: rgb(243,183,186); }

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

background-color css

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

 a { background-color: rgb(243,183,186); }

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

border-color css

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

 span { border-color: rgb(243,183,186); }

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