Html Css Color HEX #F3B7BC Azalea

📋 copy color: '#F3B7BC'

red 243 ◦ green 183 ◦ blue 188

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

Shades of Azalea #F3B7BC

Tints of Azalea #F3B7BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 30.62%

R = 39.58%
G = 29.8%
B = 30.62%

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

#F3B7BC (or 0xF3B7BC) is known color: Azalea. HEX triplet: F3, B7 and BC. RGB value is (243,183,188). Sum of RGB (Red+Green+Blue) = 243+183+188=614 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.58% from 614); Green value is 183 (71.88% from 255 or 29.80% from 614); Blue value is 188 (73.83% from 255 or 30.62% from 614); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B7BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B7BC is #0C4843. Grayscale: #C9C9C9. Windows color (decimal): -804932 or 12367859. OLE color: 12367859.

HSL color Cylindrical-coordinate representation of color #F3B7BC: hue angle of 355º 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 #F3B7BC is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 183 188 -
CMYK 0 0.25 0.23 0.05
HSL 355º 0.71% 0.84% -
HSV(B) 355º 0.25% 0.95% -
XYZ 62.97 56.55 55.17 -
YUV 201.51 120.38 157.59 -
System Red Green Blue C M Y K H S L
Decimal 243 183 188 0 0.25 0.23 0.05 355 0.71 0.84
Hex F3 B7 BC 0 19 17 5 163 47 54
Octal 363 267 274 0 31 27 5 543 107 124
Binary 11110011 10110111 10111100 0 11001 10111 101 101100011 1000111 1010100

Color Harmonies of #F3B7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3B7BC

Black with #F3B7BC

Text Example


Text Example

White with #F3B7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3B7BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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